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

Unified Diff: tools/gn/toolchain.h

Issue 361503003: Rename GN tool's deps to depsformat. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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_toolchain_writer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/toolchain.h
diff --git a/tools/gn/toolchain.h b/tools/gn/toolchain.h
index 45a14cc8086c7c9664b411284edb8b014c542259..4ab54124f9fe31368181336235dc51858fcbeac7 100644
--- a/tools/gn/toolchain.h
+++ b/tools/gn/toolchain.h
@@ -61,7 +61,7 @@ class Toolchain : public Item {
std::string command;
std::string depfile;
- std::string deps;
+ std::string depsformat;
std::string description;
std::string lib_dir_prefix;
std::string lib_prefix;
« no previous file with comments | « tools/gn/ninja_toolchain_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698