diff options
Diffstat (limited to 'tools/gn/variables.h')
-rw-r--r-- | tools/gn/variables.h | 32 |
1 files changed, 8 insertions, 24 deletions
diff --git a/tools/gn/variables.h b/tools/gn/variables.h index cdb50e6..7fb50cf 100644 --- a/tools/gn/variables.h +++ b/tools/gn/variables.h @@ -41,38 +41,22 @@ extern const char kPythonPath[]; extern const char kPythonPath_HelpShort[]; extern const char kPythonPath_Help[]; -extern const char kRelativeBuildToSourceRootDir[]; -extern const char kRelativeBuildToSourceRootDir_HelpShort[]; -extern const char kRelativeBuildToSourceRootDir_Help[]; - -extern const char kRelativeRootGenDir[]; -extern const char kRelativeRootGenDir_HelpShort[]; -extern const char kRelativeRootGenDir_Help[]; - -extern const char kRelativeRootOutputDir[]; -extern const char kRelativeRootOutputDir_HelpShort[]; -extern const char kRelativeRootOutputDir_Help[]; - -extern const char kRelativeSourceRootDir[]; -extern const char kRelativeSourceRootDir_HelpShort[]; -extern const char kRelativeSourceRootDir_Help[]; - -extern const char kRelativeTargetGenDir[]; -extern const char kRelativeTargetGenDir_HelpShort[]; -extern const char kRelativeTargetGenDir_Help[]; - -extern const char kRelativeTargetOutputDir[]; -extern const char kRelativeTargetOutputDir_HelpShort[]; -extern const char kRelativeTargetOutputDir_Help[]; - extern const char kRootGenDir[]; extern const char kRootGenDir_HelpShort[]; extern const char kRootGenDir_Help[]; +extern const char kRootOutDir[]; +extern const char kRootOutDir_HelpShort[]; +extern const char kRootOutDir_Help[]; + extern const char kTargetGenDir[]; extern const char kTargetGenDir_HelpShort[]; extern const char kTargetGenDir_Help[]; +extern const char kTargetOutDir[]; +extern const char kTargetOutDir_HelpShort[]; +extern const char kTargetOutDir_Help[]; + // Target vars ----------------------------------------------------------------- extern const char kAllDependentConfigs[]; |