vcpkg/ports/chromium-base/res/BUILD.gn
Martin Vejdarski f7cd54fcd4
[chromium-base] Add new port (#12396)
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Co-authored-by: Huahua <ihuahua@live.com>
2020-09-05 19:50:30 -07:00

6 lines
65 B
Plaintext

static_library("chromium-base") {
deps = [
"//base",
]
}