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/action_target_generator.h

Issue 885283006: gn: Allow users to set 'check_includes' in action_foreach(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | tools/gn/action_target_generator.cc » ('j') | tools/gn/action_target_generator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/action_target_generator.h
diff --git a/tools/gn/action_target_generator.h b/tools/gn/action_target_generator.h
index 3c8b5a8ef68eb7f05cdacafb26c1c257a3539612..7bfb141a29018f1cd50069ef6e1c6f640558c826 100644
--- a/tools/gn/action_target_generator.h
+++ b/tools/gn/action_target_generator.h
@@ -25,6 +25,7 @@ class ActionTargetGenerator : public TargetGenerator {
bool FillScript();
bool FillScriptArgs();
bool FillDepfile();
+ bool FillCheckIncludes();
cjhopman 2015/01/30 23:04:46 If we are checking includes for every target type,
// Checks for errors in the outputs variable.
bool CheckOutputs();
« no previous file with comments | « no previous file | tools/gn/action_target_generator.cc » ('j') | tools/gn/action_target_generator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698