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

Side by Side Diff: gyp/bench.gypi

Issue 580863004: Adding 3D lut color filter (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Update to ToT Created 6 years, 2 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/colorcube.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/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 17 matching lines...) Expand all
28 '../bench/BitmapRectBench.cpp', 28 '../bench/BitmapRectBench.cpp',
29 '../bench/BitmapScaleBench.cpp', 29 '../bench/BitmapScaleBench.cpp',
30 '../bench/BlurBench.cpp', 30 '../bench/BlurBench.cpp',
31 '../bench/BlurImageFilterBench.cpp', 31 '../bench/BlurImageFilterBench.cpp',
32 '../bench/BlurRectBench.cpp', 32 '../bench/BlurRectBench.cpp',
33 '../bench/BlurRoundRectBench.cpp', 33 '../bench/BlurRoundRectBench.cpp',
34 '../bench/ChartBench.cpp', 34 '../bench/ChartBench.cpp',
35 '../bench/ChecksumBench.cpp', 35 '../bench/ChecksumBench.cpp',
36 '../bench/ChromeBench.cpp', 36 '../bench/ChromeBench.cpp',
37 '../bench/CmapBench.cpp', 37 '../bench/CmapBench.cpp',
38 '../bench/ColorCubeBench.cpp',
38 '../bench/ColorFilterBench.cpp', 39 '../bench/ColorFilterBench.cpp',
39 '../bench/ColorPrivBench.cpp', 40 '../bench/ColorPrivBench.cpp',
40 '../bench/CoverageBench.cpp', 41 '../bench/CoverageBench.cpp',
41 '../bench/DashBench.cpp', 42 '../bench/DashBench.cpp',
42 '../bench/DecodeBench.cpp', 43 '../bench/DecodeBench.cpp',
43 '../bench/DeferredSurfaceCopyBench.cpp', 44 '../bench/DeferredSurfaceCopyBench.cpp',
44 '../bench/DisplacementBench.cpp', 45 '../bench/DisplacementBench.cpp',
45 '../bench/ETCBitmapBench.cpp', 46 '../bench/ETCBitmapBench.cpp',
46 '../bench/FSRectBench.cpp', 47 '../bench/FSRectBench.cpp',
47 '../bench/FontCacheBench.cpp', 48 '../bench/FontCacheBench.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 '../bench/StrokeBench.cpp', 97 '../bench/StrokeBench.cpp',
97 '../bench/TableBench.cpp', 98 '../bench/TableBench.cpp',
98 '../bench/TextBench.cpp', 99 '../bench/TextBench.cpp',
99 '../bench/TileBench.cpp', 100 '../bench/TileBench.cpp',
100 '../bench/VertBench.cpp', 101 '../bench/VertBench.cpp',
101 '../bench/WritePixelsBench.cpp', 102 '../bench/WritePixelsBench.cpp',
102 '../bench/WriterBench.cpp', 103 '../bench/WriterBench.cpp',
103 '../bench/XfermodeBench.cpp', 104 '../bench/XfermodeBench.cpp',
104 ], 105 ],
105 } 106 }
OLDNEW
« no previous file with comments | « gm/colorcube.cpp ('k') | gyp/effects.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698