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

Unified Diff: tools/gn/variables.h

Issue 46313003: Implement target visibility in GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 85fbb96d34d49c836bd1f7f85c6b846d487f1a9e..27b0c151dd91e427d2509887dff40fa2cfa9a617 100644
--- a/tools/gn/variables.h
+++ b/tools/gn/variables.h
@@ -171,6 +171,10 @@ extern const char kSources[];
extern const char kSources_HelpShort[];
extern const char kSources_Help[];
+extern const char kVisibility[];
+extern const char kVisibility_HelpShort[];
+extern const char kVisibility_Help[];
+
// -----------------------------------------------------------------------------
struct VariableInfo {

Powered by Google App Engine
This is Rietveld 408576698