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

Unified Diff: tools/gn/variables.h

Issue 2006923004: Add support for user defined "pool" to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« tools/gn/tool.h ('K') | « tools/gn/toolchain.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/variables.h
diff --git a/tools/gn/variables.h b/tools/gn/variables.h
index 0aaa8e09a8dad08e59020cfff2fca7572b5a09a9..d4793f5bb621cf54ed3bc2828dd0d41c31e45ddc 100644
--- a/tools/gn/variables.h
+++ b/tools/gn/variables.h
@@ -167,6 +167,10 @@ extern const char kDeps[];
extern const char kDeps_HelpShort[];
extern const char kDeps_Help[];
+extern const char kDepth[];
brettw 2016/05/24 22:03:31 This is never used or defined. I think it's OK not
sdefresne 2016/05/26 15:38:37 Ack.
+extern const char kDepth_HelpShort[];
+extern const char kDepth_Help[];
+
extern const char kIncludeDirs[];
extern const char kIncludeDirs_HelpShort[];
extern const char kIncludeDirs_Help[];
« tools/gn/tool.h ('K') | « tools/gn/toolchain.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698