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

Side by Side Diff: gyp/bench.gypi

Issue 176903003: Add GrSet class built on top of RedBlackTree (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: GPU Support check Created 6 years, 9 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/GrOrderedSetBench.cpp ('k') | gyp/gpu.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 ], 6 ],
7 'dependencies': [ 7 'dependencies': [
8 'skia_lib.gyp:skia_lib', 8 'skia_lib.gyp:skia_lib',
9 ], 9 ],
10 'sources': [ 10 'sources': [
(...skipping 20 matching lines...) Expand all
31 '../bench/DecodeBench.cpp', 31 '../bench/DecodeBench.cpp',
32 '../bench/DeferredCanvasBench.cpp', 32 '../bench/DeferredCanvasBench.cpp',
33 '../bench/DeferredSurfaceCopyBench.cpp', 33 '../bench/DeferredSurfaceCopyBench.cpp',
34 '../bench/DisplacementBench.cpp', 34 '../bench/DisplacementBench.cpp',
35 '../bench/FSRectBench.cpp', 35 '../bench/FSRectBench.cpp',
36 '../bench/FontCacheBench.cpp', 36 '../bench/FontCacheBench.cpp',
37 '../bench/FontScalerBench.cpp', 37 '../bench/FontScalerBench.cpp',
38 '../bench/GameBench.cpp', 38 '../bench/GameBench.cpp',
39 '../bench/GrMemoryPoolBench.cpp', 39 '../bench/GrMemoryPoolBench.cpp',
40 '../bench/GrResourceCacheBench.cpp', 40 '../bench/GrResourceCacheBench.cpp',
41 '../bench/GrOrderedSetBench.cpp',
41 '../bench/GradientBench.cpp', 42 '../bench/GradientBench.cpp',
42 '../bench/HairlinePathBench.cpp', 43 '../bench/HairlinePathBench.cpp',
43 '../bench/ImageCacheBench.cpp', 44 '../bench/ImageCacheBench.cpp',
44 '../bench/ImageDecodeBench.cpp', 45 '../bench/ImageDecodeBench.cpp',
45 '../bench/InterpBench.cpp', 46 '../bench/InterpBench.cpp',
46 '../bench/LightingBench.cpp', 47 '../bench/LightingBench.cpp',
47 '../bench/LineBench.cpp', 48 '../bench/LineBench.cpp',
48 '../bench/MagnifierBench.cpp', 49 '../bench/MagnifierBench.cpp',
49 '../bench/MathBench.cpp', 50 '../bench/MathBench.cpp',
50 '../bench/Matrix44Bench.cpp', 51 '../bench/Matrix44Bench.cpp',
(...skipping 28 matching lines...) Expand all
79 '../bench/StrokeBench.cpp', 80 '../bench/StrokeBench.cpp',
80 '../bench/TableBench.cpp', 81 '../bench/TableBench.cpp',
81 '../bench/TextBench.cpp', 82 '../bench/TextBench.cpp',
82 '../bench/TileBench.cpp', 83 '../bench/TileBench.cpp',
83 '../bench/VertBench.cpp', 84 '../bench/VertBench.cpp',
84 '../bench/WritePixelsBench.cpp', 85 '../bench/WritePixelsBench.cpp',
85 '../bench/WriterBench.cpp', 86 '../bench/WriterBench.cpp',
86 '../bench/XfermodeBench.cpp', 87 '../bench/XfermodeBench.cpp',
87 ], 88 ],
88 } 89 }
OLDNEW
« no previous file with comments | « bench/GrOrderedSetBench.cpp ('k') | gyp/gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698