| 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`)', |
| 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 } |
| OLD | NEW |