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

Side by Side Diff: gyp/bench.gypi

Issue 776673002: Collapse consecutive SkTableColorFilters (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix another msvc warning Created 5 years, 11 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/tablecolorfilter.cpp ('k') | src/effects/SkColorFilterImageFilter.cpp » ('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/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',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 '../bench/GameBench.cpp', 52 '../bench/GameBench.cpp',
53 '../bench/GeometryBench.cpp', 53 '../bench/GeometryBench.cpp',
54 '../bench/GrMemoryPoolBench.cpp', 54 '../bench/GrMemoryPoolBench.cpp',
55 '../bench/GrResourceCacheBench.cpp', 55 '../bench/GrResourceCacheBench.cpp',
56 '../bench/GrOrderedSetBench.cpp', 56 '../bench/GrOrderedSetBench.cpp',
57 '../bench/GradientBench.cpp', 57 '../bench/GradientBench.cpp',
58 '../bench/HairlinePathBench.cpp', 58 '../bench/HairlinePathBench.cpp',
59 '../bench/ImageCacheBench.cpp', 59 '../bench/ImageCacheBench.cpp',
60 '../bench/ImageDecodeBench.cpp', 60 '../bench/ImageDecodeBench.cpp',
61 '../bench/ImageFilterDAGBench.cpp', 61 '../bench/ImageFilterDAGBench.cpp',
62 '../bench/ImageFilterCollapse.cpp',
62 '../bench/InterpBench.cpp', 63 '../bench/InterpBench.cpp',
63 '../bench/LightingBench.cpp', 64 '../bench/LightingBench.cpp',
64 '../bench/LineBench.cpp', 65 '../bench/LineBench.cpp',
65 '../bench/MagnifierBench.cpp', 66 '../bench/MagnifierBench.cpp',
66 '../bench/MathBench.cpp', 67 '../bench/MathBench.cpp',
67 '../bench/Matrix44Bench.cpp', 68 '../bench/Matrix44Bench.cpp',
68 '../bench/MatrixBench.cpp', 69 '../bench/MatrixBench.cpp',
69 '../bench/MatrixConvolutionBench.cpp', 70 '../bench/MatrixConvolutionBench.cpp',
70 '../bench/MemcpyBench.cpp', 71 '../bench/MemcpyBench.cpp',
71 '../bench/MemoryBench.cpp', 72 '../bench/MemoryBench.cpp',
(...skipping 27 matching lines...) Expand all
99 '../bench/StrokeBench.cpp', 100 '../bench/StrokeBench.cpp',
100 '../bench/TableBench.cpp', 101 '../bench/TableBench.cpp',
101 '../bench/TextBench.cpp', 102 '../bench/TextBench.cpp',
102 '../bench/TileBench.cpp', 103 '../bench/TileBench.cpp',
103 '../bench/VertBench.cpp', 104 '../bench/VertBench.cpp',
104 '../bench/WritePixelsBench.cpp', 105 '../bench/WritePixelsBench.cpp',
105 '../bench/WriterBench.cpp', 106 '../bench/WriterBench.cpp',
106 '../bench/XfermodeBench.cpp', 107 '../bench/XfermodeBench.cpp',
107 ], 108 ],
108 } 109 }
OLDNEW
« no previous file with comments | « gm/tablecolorfilter.cpp ('k') | src/effects/SkColorFilterImageFilter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698