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

Unified Diff: tools/gn/gn.gyp

Issue 1752033002: Add "create_bundle" target in order to support bundle with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-bundle-data
Patch Set: Rebase Created 4 years, 10 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 3cd81e39c5d6a2019f5644c93ec22a1eb16693e6..0c12da893df8ca8978e5dfdf5e822bad22e612d2 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -24,8 +24,12 @@
'builder.h',
'builder_record.cc',
'builder_record.h',
+ 'bundle_data.cc',
+ 'bundle_data.h',
'bundle_data_target_generator.cc',
'bundle_data_target_generator.h',
+ 'bundle_file_rule.cc',
+ 'bundle_file_rule.h',
'c_include_iterator.cc',
'c_include_iterator.h',
'command_args.cc',
@@ -50,6 +54,8 @@
'config_values_generator.h',
'copy_target_generator.cc',
'copy_target_generator.h',
+ 'create_bundle_target_generator.cc',
+ 'create_bundle_target_generator.h',
'deps_iterator.cc',
'deps_iterator.h',
'eclipse_writer.cc',
@@ -116,6 +122,8 @@
'ninja_bundle_data_target_writer.h',
'ninja_copy_target_writer.cc',
'ninja_copy_target_writer.h',
+ 'ninja_create_bundle_target_writer.cc',
+ 'ninja_create_bundle_target_writer.h',
'ninja_group_target_writer.cc',
'ninja_group_target_writer.h',
'ninja_target_writer.cc',

Powered by Google App Engine
This is Rietveld 408576698