| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |