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

Unified Diff: gn/BUILD.gn

Issue 2288253002: Roll GN (Closed)
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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gn/BUILD.gn
diff --git a/gn/BUILD.gn b/gn/BUILD.gn
index da627d730498790927fcaf01e0d8088abe596136..682986c4847bb4e9cb4e00c60cdebc26617c7388 100644
--- a/gn/BUILD.gn
+++ b/gn/BUILD.gn
@@ -117,10 +117,6 @@ config("executable") {
}
}
-pool("link_pool") {
- depth = 0 #unlimited
-}
-
toolchain("gcc_like") {
lib_switch = "-l"
lib_dir_switch = "-L"
@@ -182,7 +178,6 @@ toolchain("gcc_like") {
output_prefix = "lib"
default_output_extension = ".so"
description = "$compiler_prefix $cxx -shared ... -o {{output}}"
- pool = ":link_pool"
}
tool("link") {
@@ -191,7 +186,6 @@ toolchain("gcc_like") {
"{{root_out_dir}}/{{target_output_name}}{{output_extension}}",
]
description = "$compiler_prefix $cxx ... -o {{output}}"
- pool = ":link_pool"
}
tool("stamp") {
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698