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

Unified Diff: build/toolchain/mac/BUILD.gn

Issue 1611363003: Add support for iOS application bundle to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-bundles
Patch Set: Filter .xcassets from the copy_bundle_data step 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
Index: build/toolchain/mac/BUILD.gn
diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn
index 2666846c19303dfb370b1e08a961705b3c234584..d262e0009cecc31f8cde7a30b95e497979f577ae 100644
--- a/build/toolchain/mac/BUILD.gn
+++ b/build/toolchain/mac/BUILD.gn
@@ -231,6 +231,10 @@ template("mac_toolchain") {
command = copy_command
description = copy_description
}
+ tool("copy_bundle_data") {
+ command = "./gyp-mac-tool copy-bundle-resource {{source}} {{output}} True"
+ description = "COPY_BUNDLE_DATA {{output}}"
+ }
toolchain_args() {
current_cpu = invoker.toolchain_cpu
« build/config/ios/rules.gni ('K') | « build/config/ios/rules.gni ('k') | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698