| Index: third_party/WebKit/Source/platform/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
|
| index 9892043720dd85530f1aff912958acc8be70ad1f..df8c02a768f6fddfdcf8ce57a841883ec9866848 100644
|
| --- a/third_party/WebKit/Source/platform/BUILD.gn
|
| +++ b/third_party/WebKit/Source/platform/BUILD.gn
|
| @@ -128,7 +128,15 @@ action("color_data") {
|
| output_file,
|
| ]
|
|
|
| - args = [
|
| + args = []
|
| + if (!use_system_xcode) {
|
| + args += [
|
| + "--developer_dir",
|
| + hermetic_xcode_path,
|
| + ]
|
| + }
|
| +
|
| + args += [
|
| gperf_exe,
|
| "--key-positions=*",
|
| "-D",
|
|
|