| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index f76ebcd7fea6dd8f5172d0174f4cd4298642217e..5be690949ae9c49f11f3957b73ba6b085db097b7 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -3,6 +3,7 @@
|
| # found in the LICENSE file.
|
|
|
| import("//build/config/chromecast_build.gni")
|
| +import("//build/toolchain/toolchain.gni")
|
| import("//build/config/ui.gni")
|
| import("//build/split_static_library.gni")
|
| import("//testing/libfuzzer/fuzzer_test.gni")
|
| @@ -803,6 +804,11 @@ action_foreach("make_core_generated_bison") {
|
| rel_blink_core_gen_dir,
|
| bison_exe,
|
| ]
|
| + if (!use_system_xcode) {
|
| + args += [
|
| + hermetic_xcode_path,
|
| + ]
|
| + }
|
|
|
| deps = make_core_generated_deps
|
| }
|
|
|