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

Side by Side Diff: gyp/bench.gypi

Issue 357793002: Remove SkBicubicImageFilter, and all related tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove all expected results for now-deleted GM Created 6 years, 5 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 | « gm/bicubicfilter.cpp ('k') | gyp/effects.gypi » ('j') | 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/utils', 5 '../src/utils',
6 '../tools', 6 '../tools',
7 ], 7 ],
8 'dependencies': [ 8 'dependencies': [
9 'skia_lib.gyp:skia_lib', 9 'skia_lib.gyp:skia_lib',
10 ], 10 ],
11 'sources': [ 11 'sources': [
12 '../bench/Benchmark.cpp', 12 '../bench/Benchmark.cpp',
13 '../bench/Benchmark.h', 13 '../bench/Benchmark.h',
14 14
15 '../bench/AAClipBench.cpp', 15 '../bench/AAClipBench.cpp',
16 '../bench/BicubicBench.cpp',
17 '../bench/BitmapBench.cpp', 16 '../bench/BitmapBench.cpp',
18 '../bench/BitmapRectBench.cpp', 17 '../bench/BitmapRectBench.cpp',
19 '../bench/BitmapScaleBench.cpp', 18 '../bench/BitmapScaleBench.cpp',
20 '../bench/BlurBench.cpp', 19 '../bench/BlurBench.cpp',
21 '../bench/BlurImageFilterBench.cpp', 20 '../bench/BlurImageFilterBench.cpp',
22 '../bench/BlurRectBench.cpp', 21 '../bench/BlurRectBench.cpp',
23 '../bench/BlurRoundRectBench.cpp', 22 '../bench/BlurRoundRectBench.cpp',
24 '../bench/ChartBench.cpp', 23 '../bench/ChartBench.cpp',
25 '../bench/ChecksumBench.cpp', 24 '../bench/ChecksumBench.cpp',
26 '../bench/ChromeBench.cpp', 25 '../bench/ChromeBench.cpp',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '../bench/StrokeBench.cpp', 83 '../bench/StrokeBench.cpp',
85 '../bench/TableBench.cpp', 84 '../bench/TableBench.cpp',
86 '../bench/TextBench.cpp', 85 '../bench/TextBench.cpp',
87 '../bench/TileBench.cpp', 86 '../bench/TileBench.cpp',
88 '../bench/VertBench.cpp', 87 '../bench/VertBench.cpp',
89 '../bench/WritePixelsBench.cpp', 88 '../bench/WritePixelsBench.cpp',
90 '../bench/WriterBench.cpp', 89 '../bench/WriterBench.cpp',
91 '../bench/XfermodeBench.cpp', 90 '../bench/XfermodeBench.cpp',
92 ], 91 ],
93 } 92 }
OLDNEW
« no previous file with comments | « gm/bicubicfilter.cpp ('k') | gyp/effects.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698