| OLD | NEW |
| 1 # Copyright 2015 Google Inc. |
| 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. |
| 1 { | 5 { |
| 2 'conditions' : [ | 6 'conditions' : [ |
| 3 [ 'skia_os != "ios"', { | 7 [ 'skia_os != "ios"', { |
| 4 'error': '<!(set GYP_DEFINES=\"skia_os=\'ios\'\")' | 8 'error': '<!(set GYP_DEFINES=\"skia_os=\'ios\'\")' |
| 5 }], | 9 }], |
| 6 ], | 10 ], |
| 7 'targets': [ | 11 'targets': [ |
| 8 { | 12 { |
| 9 'target_name': 'SimpleiOSApp', | 13 'target_name': 'SimpleiOSApp', |
| 10 'type': 'executable', | 14 'type': 'executable', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'INFOPLIST_FILE' : '../experimental/SimpleiOSApp/SimpleiOSApp-Info.plist
', | 54 'INFOPLIST_FILE' : '../experimental/SimpleiOSApp/SimpleiOSApp-Info.plist
', |
| 51 }, | 55 }, |
| 52 'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcc
onfig', | 56 'xcode_config_file': '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcc
onfig', |
| 53 'mac_bundle_resources' : [ | 57 'mac_bundle_resources' : [ |
| 54 '../experimental/SimpleiOSApp/iPad/MainWindow_iPad.xib', | 58 '../experimental/SimpleiOSApp/iPad/MainWindow_iPad.xib', |
| 55 '../experimental/SimpleiOSApp/iPhone/MainWindow_iPhone.xib', | 59 '../experimental/SimpleiOSApp/iPhone/MainWindow_iPhone.xib', |
| 56 ], | 60 ], |
| 57 }, | 61 }, |
| 58 ], | 62 ], |
| 59 } | 63 } |
| OLD | NEW |