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

Unified Diff: tools/gn/variables.h

Issue 516703005: Remove built-in component and test targets from GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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/functions_target.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 e2fd2546a2bcca76420be4ed98422a52f30e3d0a..3a63c8a92b10755b6a2f230702be961cb474f0c0 100644
--- a/tools/gn/variables.h
+++ b/tools/gn/variables.h
@@ -21,10 +21,6 @@ extern const char kBuildOs[];
extern const char kBuildOs_HelpShort[];
extern const char kBuildOs_Help[];
-extern const char kComponentMode[];
-extern const char kComponentMode_HelpShort[];
-extern const char kComponentMode_Help[];
-
extern const char kCpuArch[];
extern const char kCpuArch_HelpShort[];
extern const char kCpuArch_Help[];
« no previous file with comments | « tools/gn/functions_target.cc ('k') | tools/gn/variables.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698