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

Unified Diff: tools/gn/variables.h

Issue 914873002: Rework handling of os and cpu_arch in GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
Index: tools/gn/variables.h
diff --git a/tools/gn/variables.h b/tools/gn/variables.h
index eb7dbd1dc645410167c7c5ed696179112555ebd3..f9903dcbb7d55e196c2de8b0d69a024959000ef0 100644
--- a/tools/gn/variables.h
+++ b/tools/gn/variables.h
@@ -53,6 +53,14 @@ extern const char kRootOutDir[];
extern const char kRootOutDir_HelpShort[];
extern const char kRootOutDir_Help[];
+extern const char kTargetCpuArch[];
+extern const char kTargetCpuArch_HelpShort[];
+extern const char kTargetCpuArch_Help[];
+
+extern const char kTargetOs[];
+extern const char kTargetOs_HelpShort[];
+extern const char kTargetOs_Help[];
+
extern const char kTargetGenDir[];
extern const char kTargetGenDir_HelpShort[];
extern const char kTargetGenDir_Help[];

Powered by Google App Engine
This is Rietveld 408576698