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/gn.gyp

Issue 26561005: GYP generator for GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index c19d2efaba0281d5836282cad55236cb1b1c2bad..5dc4c5ec38c351a01f498d7edf5756804d9cd28a 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -56,6 +56,12 @@
'function_write_file.cc',
'group_target_generator.cc',
'group_target_generator.h',
+ 'gyp_binary_target_writer.cc',
+ 'gyp_binary_target_writer.h',
+ 'gyp_helper.cc',
+ 'gyp_helper.h',
+ 'gyp_target_writer.cc',
+ 'gyp_target_writer.h',
'import_manager.cc',
'import_manager.h',
'input_conversion.cc',

Powered by Google App Engine
This is Rietveld 408576698