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

Unified Diff: tools/gn/switches.h

Issue 1130183007: Add runtime dependency extraction for GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make msvc happy Created 5 years, 7 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/standard_out.cc ('k') | tools/gn/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/switches.h
diff --git a/tools/gn/switches.h b/tools/gn/switches.h
index 7d62e5419b6cfb80aa53df07c5cd2e1951edacf1..3dc5b9f0f25001fed4f04ad5d7cff9a8a2d8607c 100644
--- a/tools/gn/switches.h
+++ b/tools/gn/switches.h
@@ -56,6 +56,10 @@ extern const char kRoot[];
extern const char kRoot_HelpShort[];
extern const char kRoot_Help[];
+extern const char kRuntimeDepsListFile[];
+extern const char kRuntimeDepsListFile_HelpShort[];
+extern const char kRuntimeDepsListFile_Help[];
+
extern const char kThreads[];
extern const char kThreads_HelpShort[];
extern const char kThreads_Help[];
« no previous file with comments | « tools/gn/standard_out.cc ('k') | tools/gn/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698