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

Side by Side Diff: gyp/bench.gypi

Issue 463493002: SkCanvas::drawPatch param SkPoint[12] (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Removed GPU headers from GM Created 6 years, 4 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/patch.cpp ('k') | gyp/core.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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 '../bench/MathBench.cpp', 62 '../bench/MathBench.cpp',
63 '../bench/Matrix44Bench.cpp', 63 '../bench/Matrix44Bench.cpp',
64 '../bench/MatrixBench.cpp', 64 '../bench/MatrixBench.cpp',
65 '../bench/MatrixConvolutionBench.cpp', 65 '../bench/MatrixConvolutionBench.cpp',
66 '../bench/MemcpyBench.cpp', 66 '../bench/MemcpyBench.cpp',
67 '../bench/MemoryBench.cpp', 67 '../bench/MemoryBench.cpp',
68 '../bench/MemsetBench.cpp', 68 '../bench/MemsetBench.cpp',
69 '../bench/MergeBench.cpp', 69 '../bench/MergeBench.cpp',
70 '../bench/MorphologyBench.cpp', 70 '../bench/MorphologyBench.cpp',
71 '../bench/MutexBench.cpp', 71 '../bench/MutexBench.cpp',
72 '../bench/PatchBench.cpp',
72 '../bench/PathBench.cpp', 73 '../bench/PathBench.cpp',
73 '../bench/PathIterBench.cpp', 74 '../bench/PathIterBench.cpp',
74 '../bench/PathUtilsBench.cpp', 75 '../bench/PathUtilsBench.cpp',
75 '../bench/PerlinNoiseBench.cpp', 76 '../bench/PerlinNoiseBench.cpp',
76 '../bench/PicturePlaybackBench.cpp', 77 '../bench/PicturePlaybackBench.cpp',
77 '../bench/PictureRecordBench.cpp', 78 '../bench/PictureRecordBench.cpp',
78 '../bench/PremulAndUnpremulAlphaOpsBench.cpp', 79 '../bench/PremulAndUnpremulAlphaOpsBench.cpp',
79 '../bench/QuadTreeBench.cpp', 80 '../bench/QuadTreeBench.cpp',
80 '../bench/RTreeBench.cpp', 81 '../bench/RTreeBench.cpp',
81 '../bench/ReadPixBench.cpp', 82 '../bench/ReadPixBench.cpp',
(...skipping 13 matching lines...) Expand all
95 '../bench/StrokeBench.cpp', 96 '../bench/StrokeBench.cpp',
96 '../bench/TableBench.cpp', 97 '../bench/TableBench.cpp',
97 '../bench/TextBench.cpp', 98 '../bench/TextBench.cpp',
98 '../bench/TileBench.cpp', 99 '../bench/TileBench.cpp',
99 '../bench/VertBench.cpp', 100 '../bench/VertBench.cpp',
100 '../bench/WritePixelsBench.cpp', 101 '../bench/WritePixelsBench.cpp',
101 '../bench/WriterBench.cpp', 102 '../bench/WriterBench.cpp',
102 '../bench/XfermodeBench.cpp', 103 '../bench/XfermodeBench.cpp',
103 ], 104 ],
104 } 105 }
OLDNEW
« no previous file with comments | « gm/patch.cpp ('k') | gyp/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698