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

Side by Side Diff: gyp/bench.gypi

Issue 640723004: cleanup and optimize rect intersect routines (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: cleanup the new bench 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 | « bench/RegionBench.cpp ('k') | include/core/SkRect.h » ('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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '../bench/CoverageBench.cpp', 42 '../bench/CoverageBench.cpp',
43 '../bench/DashBench.cpp', 43 '../bench/DashBench.cpp',
44 '../bench/DecodeBench.cpp', 44 '../bench/DecodeBench.cpp',
45 '../bench/DeferredSurfaceCopyBench.cpp', 45 '../bench/DeferredSurfaceCopyBench.cpp',
46 '../bench/DisplacementBench.cpp', 46 '../bench/DisplacementBench.cpp',
47 '../bench/ETCBitmapBench.cpp', 47 '../bench/ETCBitmapBench.cpp',
48 '../bench/FSRectBench.cpp', 48 '../bench/FSRectBench.cpp',
49 '../bench/FontCacheBench.cpp', 49 '../bench/FontCacheBench.cpp',
50 '../bench/FontScalerBench.cpp', 50 '../bench/FontScalerBench.cpp',
51 '../bench/GameBench.cpp', 51 '../bench/GameBench.cpp',
52 '../bench/GeometryBench.cpp',
52 '../bench/GrMemoryPoolBench.cpp', 53 '../bench/GrMemoryPoolBench.cpp',
53 '../bench/GrResourceCacheBench.cpp', 54 '../bench/GrResourceCacheBench.cpp',
54 '../bench/GrOrderedSetBench.cpp', 55 '../bench/GrOrderedSetBench.cpp',
55 '../bench/GradientBench.cpp', 56 '../bench/GradientBench.cpp',
56 '../bench/HairlinePathBench.cpp', 57 '../bench/HairlinePathBench.cpp',
57 '../bench/ImageCacheBench.cpp', 58 '../bench/ImageCacheBench.cpp',
58 '../bench/ImageDecodeBench.cpp', 59 '../bench/ImageDecodeBench.cpp',
59 '../bench/ImageFilterDAGBench.cpp', 60 '../bench/ImageFilterDAGBench.cpp',
60 '../bench/InterpBench.cpp', 61 '../bench/InterpBench.cpp',
61 '../bench/LightingBench.cpp', 62 '../bench/LightingBench.cpp',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 '../bench/StrokeBench.cpp', 99 '../bench/StrokeBench.cpp',
99 '../bench/TableBench.cpp', 100 '../bench/TableBench.cpp',
100 '../bench/TextBench.cpp', 101 '../bench/TextBench.cpp',
101 '../bench/TileBench.cpp', 102 '../bench/TileBench.cpp',
102 '../bench/VertBench.cpp', 103 '../bench/VertBench.cpp',
103 '../bench/WritePixelsBench.cpp', 104 '../bench/WritePixelsBench.cpp',
104 '../bench/WriterBench.cpp', 105 '../bench/WriterBench.cpp',
105 '../bench/XfermodeBench.cpp', 106 '../bench/XfermodeBench.cpp',
106 ], 107 ],
107 } 108 }
OLDNEW
« no previous file with comments | « bench/RegionBench.cpp ('k') | include/core/SkRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698