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

Unified Diff: tools/gn/switches.h

Issue 1907613002: GN flag to fail for unused build args. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/switches.h
diff --git a/tools/gn/switches.h b/tools/gn/switches.h
index 3dc5b9f0f25001fed4f04ad5d7cff9a8a2d8607c..cebb19c98e1a2205abab598a396c792c969fa0fd 100644
--- a/tools/gn/switches.h
+++ b/tools/gn/switches.h
@@ -40,6 +40,10 @@ extern const char kDotfile[];
extern const char kDotfile_HelpShort[];
extern const char kDotfile_Help[];
+extern const char kFailOnUnusedArgs[];
+extern const char kFailOnUnusedArgs_HelpShort[];
+extern const char kFailOnUnusedArgs_Help[];
+
extern const char kMarkdown[];
extern const char kMarkdown_HelpShort[];
extern const char kMarkdown_Help[];
« tools/gn/setup.cc ('K') | « tools/gn/setup.cc ('k') | tools/gn/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698