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

Unified Diff: tools/gn/variables.h

Issue 333243004: Rename GN source_prereqs to inputs, enhance "desc" (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/target_generator.cc ('k') | tools/gn/variables.cc » ('j') | 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 020e25bf771d73206dc41e6002afd08441325370..e2fd2546a2bcca76420be4ed98422a52f30e3d0a 100644
--- a/tools/gn/variables.h
+++ b/tools/gn/variables.h
@@ -131,6 +131,10 @@ extern const char kIncludeDirs[];
extern const char kIncludeDirs_HelpShort[];
extern const char kIncludeDirs_Help[];
+extern const char kInputs[];
+extern const char kInputs_HelpShort[];
+extern const char kInputs_Help[];
+
extern const char kLdflags[];
extern const char kLdflags_HelpShort[];
extern const char kLdflags_Help[];
@@ -163,10 +167,6 @@ extern const char kScript[];
extern const char kScript_HelpShort[];
extern const char kScript_Help[];
-extern const char kSourcePrereqs[];
-extern const char kSourcePrereqs_HelpShort[];
-extern const char kSourcePrereqs_Help[];
-
extern const char kSources[];
extern const char kSources_HelpShort[];
extern const char kSources_Help[];
« no previous file with comments | « tools/gn/target_generator.cc ('k') | tools/gn/variables.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698