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

Unified Diff: tools/gn/variables.h

Issue 1386783003: [GN]: Support for loadable modules (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unit tests Created 5 years, 2 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 074f7313ed4d1fb0a768656ccc9fe8dae772d5b2..9d5131bc2ac4f8379328ca60dbd4a9c927f577c1 100644
--- a/tools/gn/variables.h
+++ b/tools/gn/variables.h
@@ -123,6 +123,10 @@ extern const char kConsole[];
extern const char kConsole_HelpShort[];
extern const char kConsole_Help[];
+extern const char kDarwinBundle[];
+extern const char kDarwinBundle_HelpShort[];
+extern const char kDarwinBundle_Help[];
+
extern const char kData[];
extern const char kData_HelpShort[];
extern const char kData_Help[];

Powered by Google App Engine
This is Rietveld 408576698