Ran: ack -l "\"//build/config" third_party/abseil-cpp | xargs sed -i.bak -E 's/\"\/\/build\/config/\"\/\/chromium\/build\/config/' ack -l "\"//build/toolchain" third_party/abseil-cpp | xargs sed -i.bak -E 's/\"\/\/build\/toolchain/\"\/\/chromium\/build\/toolchain/' find third_party -name "*.bak" | xargs rm Differential Revision: https://phabricator.services.mozilla.com/D224544
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
# 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
|
|
}
|
|
|