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

Unified Diff: tools/gn/binary_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: TargetGenerator 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 | « tools/gn/action_target_generator.cc ('k') | tools/gn/binary_target_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/binary_target_generator.h
diff --git a/tools/gn/binary_target_generator.h b/tools/gn/binary_target_generator.h
index 0b8d521a8ffef2e864b6abb07600bb8554c4edb0..6d742381fdb608ba38aff5a1327285f5fb776395 100644
--- a/tools/gn/binary_target_generator.h
+++ b/tools/gn/binary_target_generator.h
@@ -23,7 +23,6 @@ class BinaryTargetGenerator : public TargetGenerator {
void DoRun() override;
private:
- bool FillCheckIncludes();
bool FillCompleteStaticLib();
bool FillOutputName();
bool FillOutputExtension();
« no previous file with comments | « tools/gn/action_target_generator.cc ('k') | tools/gn/binary_target_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698