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

Unified Diff: tools/gn/binary_target_generator.cc

Issue 216903004: Add optional public header checking to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unit test Created 6 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
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/c_include_iterator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/binary_target_generator.cc
diff --git a/tools/gn/binary_target_generator.cc b/tools/gn/binary_target_generator.cc
index 3e36297ab2ef923b59dc2da2c395130a0ee3bbcd..0eba531568231ef322e94d6928d46d151def8d6f 100644
--- a/tools/gn/binary_target_generator.cc
+++ b/tools/gn/binary_target_generator.cc
@@ -37,6 +37,10 @@ void BinaryTargetGenerator::DoRun() {
if (err_->has_error())
return;
+ FillPublic();
+ if (err_->has_error())
+ return;
+
FillSourcePrereqs();
if (err_->has_error())
return;
« no previous file with comments | « tools/gn/BUILD.gn ('k') | tools/gn/c_include_iterator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698