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

Unified Diff: tools/gn/gn.gyp

Issue 1751903003: Add "bundle_data" target as first step for adding bundle support to gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix-typos
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
« no previous file with comments | « tools/gn/functions_target.cc ('k') | tools/gn/ninja_bundle_data_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 85754e0807f86bec413138056e4f46cd86d1067c..3cd81e39c5d6a2019f5644c93ec22a1eb16693e6 100644
--- a/tools/gn/gn.gyp
+++ b/tools/gn/gn.gyp
@@ -24,6 +24,8 @@
'builder.h',
'builder_record.cc',
'builder_record.h',
+ 'bundle_data_target_generator.cc',
+ 'bundle_data_target_generator.h',
'c_include_iterator.cc',
'c_include_iterator.h',
'command_args.cc',
@@ -110,6 +112,8 @@
'ninja_binary_target_writer.h',
'ninja_build_writer.cc',
'ninja_build_writer.h',
+ 'ninja_bundle_data_target_writer.cc',
+ 'ninja_bundle_data_target_writer.h',
'ninja_copy_target_writer.cc',
'ninja_copy_target_writer.h',
'ninja_group_target_writer.cc',
« no previous file with comments | « tools/gn/functions_target.cc ('k') | tools/gn/ninja_bundle_data_target_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698