summaryrefslogtreecommitdiffstats
path: root/tools/gn/variables.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gn/variables.h')
-rw-r--r--tools/gn/variables.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/gn/variables.h b/tools/gn/variables.h
index 6bbd84e..cdb50e6 100644
--- a/tools/gn/variables.h
+++ b/tools/gn/variables.h
@@ -103,6 +103,10 @@ extern const char kConfigs[];
extern const char kConfigs_HelpShort[];
extern const char kConfigs_Help[];
+extern const char kData[];
+extern const char kData_HelpShort[];
+extern const char kData_Help[];
+
extern const char kDatadeps[];
extern const char kDatadeps_HelpShort[];
extern const char kDatadeps_Help[];
@@ -127,6 +131,10 @@ extern const char kForwardDependentConfigsFrom[];
extern const char kForwardDependentConfigsFrom_HelpShort[];
extern const char kForwardDependentConfigsFrom_Help[];
+extern const char kHardDep[];
+extern const char kHardDep_HelpShort[];
+extern const char kHardDep_Help[];
+
extern const char kLdflags[];
extern const char kLdflags_HelpShort[];
extern const char kLdflags_Help[];
@@ -135,6 +143,10 @@ extern const char kOutputName[];
extern const char kOutputName_HelpShort[];
extern const char kOutputName_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[];