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

Unified Diff: tools/gn/target_generator.h

Issue 216903004: Add optional public header checking to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/target_generator.h
diff --git a/tools/gn/target_generator.h b/tools/gn/target_generator.h
index bcfc7283092b1207cd793cc44dbd519c91f0a526..42ad6e7da2d34e1a0b05eb0ceeb54bcab2d7ef89 100644
--- a/tools/gn/target_generator.h
+++ b/tools/gn/target_generator.h
@@ -49,6 +49,7 @@ class TargetGenerator {
const BuildSettings* GetBuildSettings() const;
void FillSources();
+ void FillPublic();
void FillSourcePrereqs();
void FillConfigs();
void FillOutputs();

Powered by Google App Engine
This is Rietveld 408576698