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

Unified Diff: build/config/ios/rules.gni

Issue 2015933002: [iOS/GN] Fix the extension used by application extension bundles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/ios/rules.gni
diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
index a0b6803a4573cede0c2b990ce8223b6df3dfb306..2ca42d829bc8e4b440f3eea3fdead624c06d723d 100644
--- a/build/config/ios/rules.gni
+++ b/build/config/ios/rules.gni
@@ -230,7 +230,7 @@ template("ios_app_bundle") {
# by performing variable substitutions.
#
# For more information, see "gn help executable".
-template("ios_appext_bundle") {
+template("ios_appex_bundle") {
ios_app_bundle(target_name) {
forward_variables_from(invoker,
"*",
@@ -238,7 +238,7 @@ template("ios_appext_bundle") {
"bundle_extension",
"product_type",
])
- bundle_extension = ".appext"
+ bundle_extension = ".appex"
product_type = "com.apple.product-type.app-extension"
# Add linker flags required for an application extension (determined by
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698