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

Unified Diff: tools/gn/action_values.cc

Issue 1606553002: Add support for Mac/iOS application bundles to GN tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add unit tests & support for bundle_data_filter Created 4 years, 11 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/command_desc.cc » ('j') | tools/gn/function_toolchain.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/action_values.cc
diff --git a/tools/gn/action_values.cc b/tools/gn/action_values.cc
index 819ead10c8de65456aa58aacb23b2b509706b25e..be465b069b7d59c91429d2d5b45ce89fa5683e9c 100644
--- a/tools/gn/action_values.cc
+++ b/tools/gn/action_values.cc
@@ -16,6 +16,7 @@ void ActionValues::GetOutputsAsSourceFiles(
const Target* target,
std::vector<SourceFile>* result) const {
if (target->output_type() == Target::COPY_FILES ||
+ target->output_type() == Target::COPY_BUNDLE_DATA ||
target->output_type() == Target::ACTION_FOREACH) {
// Copy and foreach applies the outputs to the sources.
SubstitutionWriter::ApplyListToSources(
« no previous file with comments | « no previous file | tools/gn/command_desc.cc » ('j') | tools/gn/function_toolchain.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698