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

Side by Side Diff: gyp/iOSShell.gyp

Issue 1483143002: Modify iOSShell-gyp to generate unique bundle identifier (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years 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`)',
71 'INFOPLIST_FILE' : '../experimental/iOSShell/iOSShell-Info.plist', 72 'INFOPLIST_FILE' : '../experimental/iOSShell/iOSShell-Info.plist',
72 }, 73 },
73 'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base .xcconfig', 74 'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base .xcconfig',
74 'mac_bundle_resources' : [ 75 'mac_bundle_resources' : [
75 '../experimental/iOSSampleApp/iPad/MainWindow_iPad.xib', 76 '../experimental/iOSSampleApp/iPad/MainWindow_iPad.xib',
76 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib', 77 '../experimental/iOSSampleApp/iPhone/MainWindow_iPhone.xib',
77 ], 78 ],
78 'conditions' : [ 79 'conditions' : [
79 [ 'skia_gpu == 1', { 80 [ 'skia_gpu == 1', {
80 'dependencies': [ 81 'dependencies': [
81 'gputest.gyp:skgputest', 82 'gputest.gyp:skgputest',
82 ], 83 ],
83 }], 84 }],
84 ], 85 ],
85 }, 86 },
86 ], 87 ],
87 }], 88 }],
88 ] 89 ]
89 } 90 }
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