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', |
11 'skia_lib.gyp:skia_lib', | 11 'skia_lib.gyp:skia_lib', |
12 'tools.gyp:resources', | 12 'tools.gyp:resources', |
13 'tools.gyp:sk_tool_utils', | 13 'tools.gyp:sk_tool_utils', |
14 ], | 14 ], |
15 'conditions': [ | 15 'conditions': [ |
16 ['skia_gpu == 1', { | 16 ['skia_gpu == 1', { |
17 'include_dirs': [ '../src/gpu' ], | 17 'include_dirs': [ '../src/gpu' ], |
18 'dependencies': [ 'gputest.gyp:skgputest' ], | 18 'dependencies': [ 'gputest.gyp:skgputest' ], |
19 }], | 19 }], |
20 ], | 20 ], |
21 'sources': [ | 21 'sources': [ |
22 '../bench/Benchmark.cpp', | 22 '../bench/Benchmark.cpp', |
23 '../bench/Benchmark.h', | 23 '../bench/Benchmark.h', |
24 | 24 |
25 '../bench/AAClipBench.cpp', | 25 '../bench/AAClipBench.cpp', |
26 '../bench/AlternatingColorPatternBench.cpp', | 26 '../bench/AlternatingColorPatternBench.cpp', |
27 '../bench/BitmapBench.cpp', | 27 '../bench/BitmapBench.cpp', |
28 '../bench/BitmapFractionalBench.cpp', | |
29 '../bench/BitmapRectBench.cpp', | 28 '../bench/BitmapRectBench.cpp', |
30 '../bench/BitmapScaleBench.cpp', | 29 '../bench/BitmapScaleBench.cpp', |
31 '../bench/BlurBench.cpp', | 30 '../bench/BlurBench.cpp', |
32 '../bench/BlurImageFilterBench.cpp', | 31 '../bench/BlurImageFilterBench.cpp', |
33 '../bench/BlurRectBench.cpp', | 32 '../bench/BlurRectBench.cpp', |
34 '../bench/BlurRoundRectBench.cpp', | 33 '../bench/BlurRoundRectBench.cpp', |
35 '../bench/ChartBench.cpp', | 34 '../bench/ChartBench.cpp', |
36 '../bench/ChecksumBench.cpp', | 35 '../bench/ChecksumBench.cpp', |
37 '../bench/ChromeBench.cpp', | 36 '../bench/ChromeBench.cpp', |
38 '../bench/CmapBench.cpp', | 37 '../bench/CmapBench.cpp', |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 '../bench/StrokeBench.cpp', | 97 '../bench/StrokeBench.cpp', |
99 '../bench/TableBench.cpp', | 98 '../bench/TableBench.cpp', |
100 '../bench/TextBench.cpp', | 99 '../bench/TextBench.cpp', |
101 '../bench/TileBench.cpp', | 100 '../bench/TileBench.cpp', |
102 '../bench/VertBench.cpp', | 101 '../bench/VertBench.cpp', |
103 '../bench/WritePixelsBench.cpp', | 102 '../bench/WritePixelsBench.cpp', |
104 '../bench/WriterBench.cpp', | 103 '../bench/WriterBench.cpp', |
105 '../bench/XfermodeBench.cpp', | 104 '../bench/XfermodeBench.cpp', |
106 ], | 105 ], |
107 } | 106 } |
OLD | NEW |