OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 # | 5 # |
6 { | 6 { |
7 'conditions' : [ | 7 'conditions' : [ |
8 [ 'skia_os == "ios"', { | 8 [ 'skia_os == "ios"', { |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
11 'target_name': 'iOSShell', | 11 'target_name': 'iOSShell', |
12 'type': 'executable', | 12 'type': 'executable', |
13 'mac_bundle' : 1, | 13 'mac_bundle' : 1, |
14 'includes': [ | 14 'includes': [ |
15 'bench.gypi', | 15 'bench.gypi', |
16 'dm.gypi', | 16 'dm.gypi', |
17 ], | 17 ], |
18 'dependencies': [ | 18 'dependencies': [ |
19 'tools.gyp:crash_handler', | 19 'tools.gyp:crash_handler', |
20 'tools.gyp:timer', | 20 'tools.gyp:timer', |
21 'views.gyp:views', | 21 'views.gyp:views', |
22 'xml.gyp:xml', | 22 'xml.gyp:xml', |
23 ], | 23 ], |
24 'sources': [ | 24 'sources': [ |
25 '../bench/CodecBench.cpp', | 25 '../bench/CodecBench.cpp', |
26 '../bench/DecodingBench.cpp', | 26 '../bench/DecodingBench.cpp', |
27 '../bench/DecodingSubsetBench.cpp', | 27 '../bench/DecodingSubsetBench.cpp', |
28 '../bench/GMBench.cpp', | 28 '../bench/GMBench.cpp', |
29 '../bench/RecordingBench.cpp', | 29 '../bench/RecordingBench.cpp', |
30 '../bench/SKPBench.cpp', | 30 '../bench/SKPBench.cpp', |
| 31 '../bench/SKPAnimationBench.cpp', |
31 '../bench/nanobench.cpp', | 32 '../bench/nanobench.cpp', |
32 '../tests/skia_test.cpp', | 33 '../tests/skia_test.cpp', |
33 '../tools/iOSShell.cpp', | 34 '../tools/iOSShell.cpp', |
34 '../src/views/mac/SkEventNotifier.mm', | 35 '../src/views/mac/SkEventNotifier.mm', |
35 '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcconfig', | 36 '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcconfig', |
36 '../experimental/iOSSampleApp/SkiOSSampleApp-Debug.xcconfig', | 37 '../experimental/iOSSampleApp/SkiOSSampleApp-Debug.xcconfig', |
37 '../experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig', | 38 '../experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig', |
38 '../experimental/iOSShell/iOSShell-Info.plist', | 39 '../experimental/iOSShell/iOSShell-Info.plist', |
39 '../experimental/iOSSampleApp/Shared/SkUIRootViewController.mm', | 40 '../experimental/iOSSampleApp/Shared/SkUIRootViewController.mm', |
40 '../experimental/iOSSampleApp/Shared/SkUIView.mm', | 41 '../experimental/iOSSampleApp/Shared/SkUIView.mm', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 'dependencies': [ | 89 'dependencies': [ |
89 'gputest.gyp:skgputest', | 90 'gputest.gyp:skgputest', |
90 ], | 91 ], |
91 }], | 92 }], |
92 ], | 93 ], |
93 }, | 94 }, |
94 ], | 95 ], |
95 }], | 96 }], |
96 ] | 97 ] |
97 } | 98 } |
OLD | NEW |