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 'bench.gypi', |
| 12 'dm.gypi', |
| 13 'gmslides.gypi', |
| 14 'pathops_unittest.gypi', |
11 'tests.gypi', | 15 'tests.gypi', |
12 'pathops_unittest.gypi', | |
13 ], | 16 ], |
14 'dependencies': [ | 17 'dependencies': [ |
15 'tools.gyp:crash_handler', | 18 'tools.gyp:crash_handler', |
16 'views.gyp:views', | 19 'views.gyp:views', |
17 'xml.gyp:xml', | 20 'xml.gyp:xml', |
18 ], | 21 ], |
19 'sources': [ | 22 'sources': [ |
20 '../tests/skia_test.cpp', | 23 '../tests/skia_test.cpp', |
21 '../tools/iOSShell.cpp', | 24 '../tools/iOSShell.cpp', |
22 '../src/views/mac/SkEventNotifier.mm', | 25 '../src/views/mac/SkEventNotifier.mm', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'dependencies': [ | 79 'dependencies': [ |
77 'gputest.gyp:skgputest', | 80 'gputest.gyp:skgputest', |
78 ], | 81 ], |
79 }], | 82 }], |
80 ], | 83 ], |
81 }, | 84 }, |
82 ], | 85 ], |
83 }], | 86 }], |
84 ] | 87 ] |
85 } | 88 } |
OLD | NEW |