| 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/DecodingBench.cpp', | 26 '../bench/DecodingBench.cpp', |
| 26 '../bench/DecodingSubsetBench.cpp', | 27 '../bench/DecodingSubsetBench.cpp', |
| 27 '../bench/GMBench.cpp', | 28 '../bench/GMBench.cpp', |
| 28 '../bench/RecordingBench.cpp', | 29 '../bench/RecordingBench.cpp', |
| 29 '../bench/SKPBench.cpp', | 30 '../bench/SKPBench.cpp', |
| 30 '../bench/nanobench.cpp', | 31 '../bench/nanobench.cpp', |
| 31 '../tests/skia_test.cpp', | 32 '../tests/skia_test.cpp', |
| 32 '../tools/iOSShell.cpp', | 33 '../tools/iOSShell.cpp', |
| 33 '../src/views/mac/SkEventNotifier.mm', | 34 '../src/views/mac/SkEventNotifier.mm', |
| 34 '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcconfig', | 35 '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcconfig', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'dependencies': [ | 88 'dependencies': [ |
| 88 'gputest.gyp:skgputest', | 89 'gputest.gyp:skgputest', |
| 89 ], | 90 ], |
| 90 }], | 91 }], |
| 91 ], | 92 ], |
| 92 }, | 93 }, |
| 93 ], | 94 ], |
| 94 }], | 95 }], |
| 95 ] | 96 ] |
| 96 } | 97 } |
| OLD | NEW |