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

Side by Side Diff: gyp/bench.gypi

Issue 1160953002: Subset decoding benchmarks (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Added FIXME Created 5 years, 6 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 | « bench/subset/SubsetZoomBench.cpp ('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 'include_dirs': [ 6 'include_dirs': [
7 '../bench/subset',
8 '../bench',
7 '../src/core', 9 '../src/core',
8 '../src/effects', 10 '../src/effects',
9 '../src/gpu', 11 '../src/gpu',
10 '../src/utils', 12 '../src/utils',
11 '../tools', 13 '../tools',
12 ], 14 ],
13 'sources': [ '<!@(python find.py ../bench "*.cpp")' ], 15 'sources': [ '<!@(python find.py ../bench "*.cpp")' ],
14 16
15 'dependencies': [ 17 'dependencies': [
16 'etc1.gyp:libetc1', 18 'etc1.gyp:libetc1',
17 'skia_lib.gyp:skia_lib', 19 'skia_lib.gyp:skia_lib',
18 'tools.gyp:resources', 20 'tools.gyp:resources',
19 'tools.gyp:sk_tool_utils', 21 'tools.gyp:sk_tool_utils',
20 ], 22 ],
21 'conditions': [ 23 'conditions': [
22 ['skia_gpu == 1', { 24 ['skia_gpu == 1', {
23 'include_dirs': [ '../src/gpu' ], 25 'include_dirs': [ '../src/gpu' ],
24 'dependencies': [ 'gputest.gyp:skgputest' ], 26 'dependencies': [ 'gputest.gyp:skgputest' ],
25 }], 27 }],
26 ['not skia_android_framework', { 28 ['not skia_android_framework', {
27 'sources!': [ '../bench/nanobenchAndroid.cpp' ], 29 'sources!': [ '../bench/nanobenchAndroid.cpp' ],
28 }], 30 }],
29 ], 31 ],
30 } 32 }
OLDNEW
« no previous file with comments | « bench/subset/SubsetZoomBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698