Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: BUILD.gn

Issue 1909273002: 🐳 Move linux pkg_config() calls into separate BUILD.gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move //build/config/posix earlier as well Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gn ('k') | build/config/linux/BUILD.gn » ('j') | build/config/linux/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)",
]
}
« no previous file with comments | « .gn ('k') | build/config/linux/BUILD.gn » ('j') | build/config/linux/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698