Files
Michael Froman ab4947b0bb Bug 1921707 - point to new build directory location in third_party/abseil-cpp r=ng
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
2024-10-10 13:42:43 +00:00

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
}