Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index d89ba2cf03c3985fb25302d1c9f302b8b70f4620..00082bebe0387edbf97fb3cac68fc2417d6be27f 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -736,6 +736,12 @@ group("gn_only") { |
| deps += [ |
| "//build/android/gyp/test:hello_world", |
| "//build/android/incremental_install:bootstrap_java", |
| + |
| + # Pull these in early as an optimization (makes gn gen faster). |
| + "//build/config/linux(//build/toolchain/linux:clang_x64)", |
|
brettw
2016/04/22 19:30:21
We should be more careful about bringing things in
agrieve
2016/04/25 14:45:35
Added a comment. Left in x86 and added a subsequen
|
| + "//build/config/linux(//build/toolchain/linux:clang_x86)", |
| + "//build/config/posix(//build/toolchain/linux:clang_x64)", |
| + "//build/config/posix(//build/toolchain/linux:clang_x86)", |
| ] |
| } |