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

Unified Diff: tools/gn/BUILD.gn

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 | « no previous file | tools/gn/action_values.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/BUILD.gn
diff --git a/tools/gn/BUILD.gn b/tools/gn/BUILD.gn
index 683c8eba95210f785356fb62dc1b195e5675f337..b27ae70f0d586920d9ede9b271a82d2bd877dc77 100644
--- a/tools/gn/BUILD.gn
+++ b/tools/gn/BUILD.gn
@@ -24,6 +24,8 @@ static_library("gn_lib") {
"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 @@ static_library("gn_lib") {
"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 | « no previous file | tools/gn/action_values.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698