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

Side by Side Diff: gyp/iOSShell.gyp

Issue 1044363002: Add timing SkCodec to nanobench. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: CodecBench decodes to fColorType, as intended. Created 5 years, 8 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
« no previous file with comments | « gyp/bench.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « gyp/bench.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698