10 lines
242 B
Text
10 lines
242 B
Text
# The location of the build configuration file.
|
|
buildconfig = "//chromium/build/config/BUILDCONFIG.gn"
|
|
script_executable = "python3"
|
|
secondary_source = "//abseil-cpp/"
|
|
|
|
default_args = {
|
|
use_custom_libcxx = false
|
|
is_component_build = false
|
|
}
|
|
|