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

Unified Diff: build/toolchain/BUILD.gn

Issue 2201363004: Use explicit pool to define concurrent_links jobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | build/toolchain/gcc_toolchain.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/BUILD.gn
diff --git a/build/config/linux/pangocairo/BUILD.gn b/build/toolchain/BUILD.gn
similarity index 52%
copy from build/config/linux/pangocairo/BUILD.gn
copy to build/toolchain/BUILD.gn
index 727b52d53335976b87de4d4965ec5edd02fd02ba..dacbd0fb604a18b11c2cac0acf99981d86a6f816 100644
--- a/build/config/linux/pangocairo/BUILD.gn
+++ b/build/toolchain/BUILD.gn
@@ -2,8 +2,10 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/linux/pkg_config.gni")
+import("//build/toolchain/concurrent_links.gni")
-pkg_config("pangocairo") {
- packages = [ "pangocairo" ]
+if (current_toolchain == default_toolchain) {
sdefresne 2016/08/03 21:31:50 Note: this is a new file, git incorrectly inferred
+ pool("link_pool") {
+ depth = concurrent_links
+ }
}
« no previous file with comments | « no previous file | build/toolchain/gcc_toolchain.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698