OLD | NEW |
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 13 matching lines...) Expand all Loading... |
24 | 24 |
25 '../bench/AAClipBench.cpp', | 25 '../bench/AAClipBench.cpp', |
26 '../bench/AlternatingColorPatternBench.cpp', | 26 '../bench/AlternatingColorPatternBench.cpp', |
27 '../bench/BezierBench.cpp', | 27 '../bench/BezierBench.cpp', |
28 '../bench/BitmapBench.cpp', | 28 '../bench/BitmapBench.cpp', |
29 '../bench/BitmapRectBench.cpp', | 29 '../bench/BitmapRectBench.cpp', |
30 '../bench/BitmapScaleBench.cpp', | 30 '../bench/BitmapScaleBench.cpp', |
31 '../bench/BlurBench.cpp', | 31 '../bench/BlurBench.cpp', |
32 '../bench/BlurImageFilterBench.cpp', | 32 '../bench/BlurImageFilterBench.cpp', |
33 '../bench/BlurRectBench.cpp', | 33 '../bench/BlurRectBench.cpp', |
| 34 '../bench/BlurRectsBench.cpp', |
34 '../bench/BlurRoundRectBench.cpp', | 35 '../bench/BlurRoundRectBench.cpp', |
35 '../bench/ChartBench.cpp', | 36 '../bench/ChartBench.cpp', |
36 '../bench/ChecksumBench.cpp', | 37 '../bench/ChecksumBench.cpp', |
37 '../bench/ChromeBench.cpp', | 38 '../bench/ChromeBench.cpp', |
38 '../bench/CmapBench.cpp', | 39 '../bench/CmapBench.cpp', |
39 '../bench/ColorCubeBench.cpp', | 40 '../bench/ColorCubeBench.cpp', |
40 '../bench/ColorFilterBench.cpp', | 41 '../bench/ColorFilterBench.cpp', |
41 '../bench/ColorPrivBench.cpp', | 42 '../bench/ColorPrivBench.cpp', |
42 '../bench/CoverageBench.cpp', | 43 '../bench/CoverageBench.cpp', |
43 '../bench/DashBench.cpp', | 44 '../bench/DashBench.cpp', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |