Chromium Code Reviews| 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 |
| + } |
| } |