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

Side by Side Diff: gyp/SimpleiOSApp.gyp

Issue 15855006: prepare skia for shared library build on android (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: rebasing Created 7 years, 6 months 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 | Annotate | Revision Log
« no previous file with comments | « gyp/SimpleCocoaApp.gyp ('k') | gyp/bench.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 10 matching lines...) Expand all
21 '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.h', 21 '../experimental/iOSSampleApp/iPhone/AppDelegate_iPhone.h',
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_lib.gyp:skia_lib',
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
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:
OLDNEW
« no previous file with comments | « gyp/SimpleCocoaApp.gyp ('k') | gyp/bench.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698