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

Unified Diff: tools/gn/tool.h

Issue 508763002: Hook up link pools in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: default to 0 Created 6 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/ninja_writer.cc ('k') | tools/gn/toolchain.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/tool.h
diff --git a/tools/gn/tool.h b/tools/gn/tool.h
index dae8089ecac4cfcae871fd45138c716b990d4946..10a2ba15909091c1da3b212ba94bc6334834ad69 100644
--- a/tools/gn/tool.h
+++ b/tools/gn/tool.h
@@ -120,14 +120,6 @@ class Tool {
output_prefix_ = s;
}
- const std::string& pool() const {
- return pool_;
- }
- void set_pool(const std::string& s) {
- DCHECK(!complete_);
- pool_ = s;
- }
-
bool restat() const {
return restat_;
}
@@ -182,7 +174,6 @@ class Tool {
SubstitutionPattern link_output_;
SubstitutionPattern depend_output_;
std::string output_prefix_;
- std::string pool_;
bool restat_;
SubstitutionPattern rspfile_;
SubstitutionPattern rspfile_content_;
« no previous file with comments | « tools/gn/ninja_writer.cc ('k') | tools/gn/toolchain.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698