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

Side by Side Diff: gyp/iOSShell.gyp

Issue 1998273002: Remove custom bundle ID for iOS (Closed) Base URL: https://skia.googlesource.com/skia.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 unified diff | Download patch
« no previous file with comments | « experimental/iOSShell/iOSShell-Info.plist ('k') | platform_tools/ios/bin/ios_setup.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # 5 #
6 { 6 {
7 'conditions' : [ 7 'conditions' : [
8 [ 'skia_os == "ios"', { 8 [ 'skia_os == "ios"', {
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 }, 61 },
62 'include_dirs' : [ 62 'include_dirs' : [
63 '../experimental/iOSSampleApp', 63 '../experimental/iOSSampleApp',
64 '../experimental/iOSSampleApp/iPad', 64 '../experimental/iOSSampleApp/iPad',
65 '../experimental/iOSSampleApp/iPhone', 65 '../experimental/iOSSampleApp/iPhone',
66 '../experimental/iOSSampleApp/Shared', 66 '../experimental/iOSSampleApp/Shared',
67 '../include/utils/ios', 67 '../include/utils/ios',
68 '../src/views/mac', 68 '../src/views/mac',
69 ], 69 ],
70 'xcode_settings' : { 70 'xcode_settings' : {
71 'PRODUCT_BUNDLE_IDENTIFIER' : '<!(echo com.google.iOSShell.`hostname | md5`)',
72 'INFOPLIST_FILE' : '../experimental/iOSShell/iOSShell-Info.plist', 71 'INFOPLIST_FILE' : '../experimental/iOSShell/iOSShell-Info.plist',
73 }, 72 },
74 'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base .xcconfig', 73 'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base .xcconfig',
75 'mac_bundle_resources' : [ 74 'mac_bundle_resources' : [
76 '../experimental/iOSSampleApp/iPad/MainWindow_iPad.xib', 75 '../experimental/iOSSampleApp/iPad/MainWindow_iPad.xib',
77 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib', 76 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib',
78 ], 77 ],
79 'conditions' : [ 78 'conditions' : [
80 [ 'skia_gpu == 1', { 79 [ 'skia_gpu == 1', {
81 'dependencies': [ 80 'dependencies': [
82 'gputest.gyp:skgputest', 81 'gputest.gyp:skgputest',
83 ], 82 ],
84 }], 83 }],
85 ], 84 ],
86 }, 85 },
87 ], 86 ],
88 }], 87 }],
89 ] 88 ]
90 } 89 }
OLDNEW
« no previous file with comments | « experimental/iOSShell/iOSShell-Info.plist ('k') | platform_tools/ios/bin/ios_setup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698