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

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: Add unit tests, address comments, update docs and format with clang-format Created 4 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/functions_target.cc ('k') | tools/gn/ninja_create_bundle_target_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/gn.gyp
diff --git a/tools/gn/gn.gyp b/tools/gn/gn.gyp
index 3cd81e39c5d6a2019f5644c93ec22a1eb16693e6..79f83a719c8a135101ede281c90b9dd3c79e2471 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',
@@ -247,6 +255,7 @@
'ninja_action_target_writer_unittest.cc',
'ninja_binary_target_writer_unittest.cc',
'ninja_copy_target_writer_unittest.cc',
+ 'ninja_create_bundle_target_writer_unittest.cc',
'ninja_group_target_writer_unittest.cc',
'ninja_target_writer_unittest.cc',
'ninja_toolchain_writer_unittest.cc',
« no previous file with comments | « tools/gn/functions_target.cc ('k') | tools/gn/ninja_create_bundle_target_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698