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

Side by Side Diff: gyp/bench.gypi

Issue 347823004: Remove Sk prefix from some bench classes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: SkGMBench -> GMBench Created 6 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 | « gyp/bench.gyp ('k') | gyp/tools.gyp » ('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/SkBenchmark.cpp', 12 '../bench/Benchmark.cpp',
13 '../bench/SkBenchmark.h', 13 '../bench/Benchmark.h',
14 14
15 '../bench/AAClipBench.cpp', 15 '../bench/AAClipBench.cpp',
16 '../bench/BicubicBench.cpp', 16 '../bench/BicubicBench.cpp',
17 '../bench/BitmapBench.cpp', 17 '../bench/BitmapBench.cpp',
18 '../bench/BitmapRectBench.cpp', 18 '../bench/BitmapRectBench.cpp',
19 '../bench/BitmapScaleBench.cpp', 19 '../bench/BitmapScaleBench.cpp',
20 '../bench/BlurBench.cpp', 20 '../bench/BlurBench.cpp',
21 '../bench/BlurImageFilterBench.cpp', 21 '../bench/BlurImageFilterBench.cpp',
22 '../bench/BlurRectBench.cpp', 22 '../bench/BlurRectBench.cpp',
23 '../bench/BlurRoundRectBench.cpp', 23 '../bench/BlurRoundRectBench.cpp',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 '../bench/StrokeBench.cpp', 85 '../bench/StrokeBench.cpp',
86 '../bench/TableBench.cpp', 86 '../bench/TableBench.cpp',
87 '../bench/TextBench.cpp', 87 '../bench/TextBench.cpp',
88 '../bench/TileBench.cpp', 88 '../bench/TileBench.cpp',
89 '../bench/VertBench.cpp', 89 '../bench/VertBench.cpp',
90 '../bench/WritePixelsBench.cpp', 90 '../bench/WritePixelsBench.cpp',
91 '../bench/WriterBench.cpp', 91 '../bench/WriterBench.cpp',
92 '../bench/XfermodeBench.cpp', 92 '../bench/XfermodeBench.cpp',
93 ], 93 ],
94 } 94 }
OLDNEW
« no previous file with comments | « gyp/bench.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698