vcpkg/ports/chromium-base/res/build_overrides/build.gni
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

17 lines
504 B
Plaintext

import("//build/config/gclient_args.gni")
# Some non-Chromium builds don't support building java targets.
enable_java_templates = true
# Don't use Chromium's third_party/binutils.
linux_use_bundled_binutils_override = false
# Tracing requires //third_party/perfetto.
enable_base_tracing = false
# Skip assertions about 4GiB file size limit. See https://crbug.com/648948.
ignore_elf32_limitations = false
# Use the system install of Xcode for tools like ibtool, libtool, etc.
use_system_xcode = true