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

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

Issue 2236973004: Pass the bundle product_type to the actool invocation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@product_type
Patch Set: Created 4 years, 4 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 | build/toolchain/mac/compile_xcassets.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/mac/BUILD.gn
diff --git a/build/toolchain/mac/BUILD.gn b/build/toolchain/mac/BUILD.gn
index 44cf56d4a9b74928bab5471eb321fb35c1da273f..f80286c01069e403176b813763cf4c965b4b17b7 100644
--- a/build/toolchain/mac/BUILD.gn
+++ b/build/toolchain/mac/BUILD.gn
@@ -406,7 +406,7 @@ template("mac_toolchain") {
command = "rm -f {{output}} && " +
"TOOL_VERSION=${tool_versions.compile_xcassets} " +
"python $_tool -p $_sdk_name -t $_min_deployment_target " +
- "-o {{output}} {{inputs}}"
+ "-T {{bundle_product_type}} -o {{output}} {{inputs}}"
description = "COMPILE_XCASSETS {{output}}"
pool = ":bundle_pool($default_toolchain)"
« no previous file with comments | « no previous file | build/toolchain/mac/compile_xcassets.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698