OLD | NEW |
1 # | 1 # |
2 { | 2 { |
3 'conditions' : [ | 3 'conditions' : [ |
4 [ 'skia_os == "ios"', { | 4 [ 'skia_os == "ios"', { |
5 'targets': [ | 5 'targets': [ |
6 { | 6 { |
7 'target_name': 'iOSShell', | 7 'target_name': 'iOSShell', |
8 'type': 'executable', | 8 'type': 'executable', |
9 'mac_bundle' : 1, | 9 'mac_bundle' : 1, |
10 'includes': [ | 10 'includes': [ |
11 'tests.gypi', | 11 'dm.gypi', |
12 » 'pathops_unittest.gypi', | |
13 ], | 12 ], |
14 'dependencies': [ | 13 'dependencies': [ |
15 'tools.gyp:crash_handler', | 14 'tools.gyp:crash_handler', |
16 'views.gyp:views', | 15 'views.gyp:views', |
17 'xml.gyp:xml', | 16 'xml.gyp:xml', |
18 ], | 17 ], |
19 'sources': [ | 18 'sources': [ |
20 '../tests/skia_test.cpp', | 19 '../tests/skia_test.cpp', |
21 '../tools/iOSShell.cpp', | 20 '../tools/iOSShell.cpp', |
22 '../src/views/mac/SkEventNotifier.mm', | 21 '../src/views/mac/SkEventNotifier.mm', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'dependencies': [ | 75 'dependencies': [ |
77 'gputest.gyp:skgputest', | 76 'gputest.gyp:skgputest', |
78 ], | 77 ], |
79 }], | 78 }], |
80 ], | 79 ], |
81 }, | 80 }, |
82 ], | 81 ], |
83 }], | 82 }], |
84 ] | 83 ] |
85 } | 84 } |
OLD | NEW |