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

Unified Diff: tools/gn/ninja_build_writer.cc

Issue 2211593002: Cleanup references to concurrent_links in gn binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@concurrent_links
Patch Set: Fix unittests. 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 | « tools/gn/function_toolchain.cc ('k') | tools/gn/ninja_build_writer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/ninja_build_writer.cc
diff --git a/tools/gn/ninja_build_writer.cc b/tools/gn/ninja_build_writer.cc
index a7f56f99722429d9d873f3bcdd538f202a1a7218..fba1ccb5a0b21a0ec323317b151b75b1e5084dcf 100644
--- a/tools/gn/ninja_build_writer.cc
+++ b/tools/gn/ninja_build_writer.cc
@@ -254,10 +254,6 @@ void NinjaBuildWriter::WriteNinjaRules() {
}
void NinjaBuildWriter::WriteAllPools() {
- out_ << "pool link_pool\n"
- << " depth = " << default_toolchain_->concurrent_links() << std::endl
- << std::endl;
-
// Compute the pools referenced by all tools of all used toolchains.
std::set<const Pool*> used_pools;
for (const auto& pair : used_toolchains_) {
« no previous file with comments | « tools/gn/function_toolchain.cc ('k') | tools/gn/ninja_build_writer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698