| OLD | NEW |
| 1 { | 1 { |
| 2 'conditions' : [ | 2 'conditions' : [ |
| 3 [ 'skia_os != "ios"', { | 3 [ 'skia_os != "ios"', { |
| 4 'error': '<!(set GYP_DEFINES=\"skia_os=\'ios\'\")' | 4 'error': '<!(set GYP_DEFINES=\"skia_os=\'ios\'\")' |
| 5 }], | 5 }], |
| 6 ], | 6 ], |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'SimpleiOSApp', | 9 'target_name': 'SimpleiOSApp', |
| 10 'type': 'executable', | 10 'type': 'executable', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.mm', | 22 '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.mm', |
| 23 '../experimental/iOSSampleApp/Shared/SkUIView.h', | 23 '../experimental/iOSSampleApp/Shared/SkUIView.h', |
| 24 '../experimental/iOSSampleApp/Shared/SkUIView.mm', | 24 '../experimental/iOSSampleApp/Shared/SkUIView.mm', |
| 25 '../experimental/iOSSampleApp/Shared/skia_ios.mm', | 25 '../experimental/iOSSampleApp/Shared/skia_ios.mm', |
| 26 '../experimental/SimpleiOSApp/SimpleApp.h', | 26 '../experimental/SimpleiOSApp/SimpleApp.h', |
| 27 '../experimental/SimpleiOSApp/SimpleApp.mm', | 27 '../experimental/SimpleiOSApp/SimpleApp.mm', |
| 28 '../experimental/SimpleiOSApp/SimpleiOSApp-Info.plist', | 28 '../experimental/SimpleiOSApp/SimpleiOSApp-Info.plist', |
| 29 ], | 29 ], |
| 30 'dependencies': [ | 30 'dependencies': [ |
| 31 'skia_base_libs.gyp:skia_base_libs', | 31 'skia_base_libs.gyp:skia_base_libs', |
| 32 'effects.gyp:effects', | |
| 33 'images.gyp:images', | |
| 34 'views.gyp:views', | 32 'views.gyp:views', |
| 35 'xml.gyp:xml', | 33 'xml.gyp:xml', |
| 36 ], | 34 ], |
| 37 'link_settings': { | 35 'link_settings': { |
| 38 'libraries': [ | 36 'libraries': [ |
| 39 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', | 37 '$(SDKROOT)/System/Library/Frameworks/CoreGraphics.framework', |
| 40 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', | 38 '$(SDKROOT)/System/Library/Frameworks/CoreText.framework', |
| 41 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 39 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 42 '$(SDKROOT)/System/Library/Frameworks/ImageIO.framework', | 40 '$(SDKROOT)/System/Library/Frameworks/ImageIO.framework', |
| 43 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework', | 41 '$(SDKROOT)/System/Library/Frameworks/MobileCoreServices.framework', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 62 ], | 60 ], |
| 63 }, | 61 }, |
| 64 ], | 62 ], |
| 65 } | 63 } |
| 66 | 64 |
| 67 # Local Variables: | 65 # Local Variables: |
| 68 # tab-width:2 | 66 # tab-width:2 |
| 69 # indent-tabs-mode:nil | 67 # indent-tabs-mode:nil |
| 70 # End: | 68 # End: |
| 71 # vim: set expandtab tabstop=2 shiftwidth=2: | 69 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |