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

Unified Diff: tools/gn/group_target_generator.cc

Issue 206813002: Remove GN GYP generator. (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
« no previous file with comments | « tools/gn/gn.gyp ('k') | tools/gn/gyp_action_target_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/group_target_generator.cc
diff --git a/tools/gn/group_target_generator.cc b/tools/gn/group_target_generator.cc
index d52eb90c5149fc3bf0bbc2b759414207145b3353..b2a73d6684e769a086aaee908c6095b7890660c8 100644
--- a/tools/gn/group_target_generator.cc
+++ b/tools/gn/group_target_generator.cc
@@ -19,5 +19,4 @@ void GroupTargetGenerator::DoRun() {
target_->set_output_type(Target::GROUP);
// Groups only have the default types filled in by the target generator
// base class.
- FillExternal();
}
« no previous file with comments | « tools/gn/gn.gyp ('k') | tools/gn/gyp_action_target_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698