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

Side by Side Diff: gyp/bench.gypi

Issue 470063007: Revert of Benchmark designed to exercise fractional image scale/translation (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 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/BitmapFractionalBench.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 { 1 {
2 'include_dirs': [ 2 'include_dirs': [
3 '../src/core', 3 '../src/core',
4 '../src/effects', 4 '../src/effects',
5 '../src/gpu', 5 '../src/gpu',
6 '../src/utils', 6 '../src/utils',
7 '../tools', 7 '../tools',
8 ], 8 ],
9 'dependencies': [ 9 'dependencies': [
10 'etc1.gyp:libetc1', 10 'etc1.gyp:libetc1',
11 'skia_lib.gyp:skia_lib', 11 'skia_lib.gyp:skia_lib',
12 'tools.gyp:resources', 12 'tools.gyp:resources',
13 'tools.gyp:sk_tool_utils', 13 'tools.gyp:sk_tool_utils',
14 ], 14 ],
15 'conditions': [ 15 'conditions': [
16 ['skia_gpu == 1', { 16 ['skia_gpu == 1', {
17 'include_dirs': [ '../src/gpu' ], 17 'include_dirs': [ '../src/gpu' ],
18 'dependencies': [ 'gputest.gyp:skgputest' ], 18 'dependencies': [ 'gputest.gyp:skgputest' ],
19 }], 19 }],
20 ], 20 ],
21 'sources': [ 21 'sources': [
22 '../bench/Benchmark.cpp', 22 '../bench/Benchmark.cpp',
23 '../bench/Benchmark.h', 23 '../bench/Benchmark.h',
24 24
25 '../bench/AAClipBench.cpp', 25 '../bench/AAClipBench.cpp',
26 '../bench/AlternatingColorPatternBench.cpp', 26 '../bench/AlternatingColorPatternBench.cpp',
27 '../bench/BitmapBench.cpp', 27 '../bench/BitmapBench.cpp',
28 '../bench/BitmapFractionalBench.cpp',
29 '../bench/BitmapRectBench.cpp', 28 '../bench/BitmapRectBench.cpp',
30 '../bench/BitmapScaleBench.cpp', 29 '../bench/BitmapScaleBench.cpp',
31 '../bench/BlurBench.cpp', 30 '../bench/BlurBench.cpp',
32 '../bench/BlurImageFilterBench.cpp', 31 '../bench/BlurImageFilterBench.cpp',
33 '../bench/BlurRectBench.cpp', 32 '../bench/BlurRectBench.cpp',
34 '../bench/BlurRoundRectBench.cpp', 33 '../bench/BlurRoundRectBench.cpp',
35 '../bench/ChartBench.cpp', 34 '../bench/ChartBench.cpp',
36 '../bench/ChecksumBench.cpp', 35 '../bench/ChecksumBench.cpp',
37 '../bench/ChromeBench.cpp', 36 '../bench/ChromeBench.cpp',
38 '../bench/CmapBench.cpp', 37 '../bench/CmapBench.cpp',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 '../bench/StrokeBench.cpp', 97 '../bench/StrokeBench.cpp',
99 '../bench/TableBench.cpp', 98 '../bench/TableBench.cpp',
100 '../bench/TextBench.cpp', 99 '../bench/TextBench.cpp',
101 '../bench/TileBench.cpp', 100 '../bench/TileBench.cpp',
102 '../bench/VertBench.cpp', 101 '../bench/VertBench.cpp',
103 '../bench/WritePixelsBench.cpp', 102 '../bench/WritePixelsBench.cpp',
104 '../bench/WriterBench.cpp', 103 '../bench/WriterBench.cpp',
105 '../bench/XfermodeBench.cpp', 104 '../bench/XfermodeBench.cpp',
106 ], 105 ],
107 } 106 }
OLDNEW
« no previous file with comments | « bench/BitmapFractionalBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698