summaryrefslogtreecommitdiffstats
path: root/ios
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2016-03-16 03:55:37 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-16 10:56:36 +0000
commit01285787153c6abbaaa7f86ace3023dd89159476 (patch)
tree3818920b006f526332f64ec54a89f2859c8941a4 /ios
parent3825f0fad8cd30b8c0748101620d74ac512d4bb6 (diff)
downloadchromium_src-01285787153c6abbaaa7f86ace3023dd89159476.zip
chromium_src-01285787153c6abbaaa7f86ace3023dd89159476.tar.gz
chromium_src-01285787153c6abbaaa7f86ace3023dd89159476.tar.bz2
Use bundle_data and create_bundle to add support for iOS app bundle.
Add a new script //build/config/ios/ios_gen_plist.py to generate the Info.plist by merging multiple source files, performing substitutions of variables and converting to binary1 format. Expand //build/config/ios/ios_sdk.gni to output variables required for the substitution of variables in Info.plist. Refactor ios_app template to use bundle_data and create_bundle to create the application bundle. BUG=297668 Review URL: https://codereview.chromium.org/1752873002 Cr-Commit-Position: refs/heads/master@{#381429}
Diffstat (limited to 'ios')
-rw-r--r--ios/web/shell/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/web/shell/BUILD.gn b/ios/web/shell/BUILD.gn
index a7719cf..ab174d5 100644
--- a/ios/web/shell/BUILD.gn
+++ b/ios/web/shell/BUILD.gn
@@ -4,7 +4,7 @@
import("//build/config/ios/rules.gni")
-ios_app("ios_web_shell") {
+app("ios_web_shell") {
info_plist = "Info.plist"
app_name = "ios_web_shell"
entitlements_path = ""