OLD | NEW |
1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 { | 5 { |
6 'include_dirs': [ | 6 'include_dirs': [ |
7 '../src/core', | 7 '../src/core', |
8 '../src/effects', | 8 '../src/effects', |
9 '../src/gpu', | 9 '../src/gpu', |
10 '../src/utils', | 10 '../src/utils', |
(...skipping 27 matching lines...) Expand all Loading... |
38 '../bench/BlurRectBench.cpp', | 38 '../bench/BlurRectBench.cpp', |
39 '../bench/BlurRectsBench.cpp', | 39 '../bench/BlurRectsBench.cpp', |
40 '../bench/BlurRoundRectBench.cpp', | 40 '../bench/BlurRoundRectBench.cpp', |
41 '../bench/ChartBench.cpp', | 41 '../bench/ChartBench.cpp', |
42 '../bench/ChecksumBench.cpp', | 42 '../bench/ChecksumBench.cpp', |
43 '../bench/ChromeBench.cpp', | 43 '../bench/ChromeBench.cpp', |
44 '../bench/CmapBench.cpp', | 44 '../bench/CmapBench.cpp', |
45 '../bench/ColorCubeBench.cpp', | 45 '../bench/ColorCubeBench.cpp', |
46 '../bench/ColorFilterBench.cpp', | 46 '../bench/ColorFilterBench.cpp', |
47 '../bench/ColorPrivBench.cpp', | 47 '../bench/ColorPrivBench.cpp', |
| 48 '../bench/ControlBench.cpp', |
48 '../bench/CoverageBench.cpp', | 49 '../bench/CoverageBench.cpp', |
49 '../bench/DashBench.cpp', | 50 '../bench/DashBench.cpp', |
50 '../bench/DeferredSurfaceCopyBench.cpp', | 51 '../bench/DeferredSurfaceCopyBench.cpp', |
51 '../bench/DisplacementBench.cpp', | 52 '../bench/DisplacementBench.cpp', |
52 '../bench/ETCBitmapBench.cpp', | 53 '../bench/ETCBitmapBench.cpp', |
53 '../bench/FSRectBench.cpp', | 54 '../bench/FSRectBench.cpp', |
54 '../bench/FontCacheBench.cpp', | 55 '../bench/FontCacheBench.cpp', |
55 '../bench/FontScalerBench.cpp', | 56 '../bench/FontScalerBench.cpp', |
56 '../bench/GameBench.cpp', | 57 '../bench/GameBench.cpp', |
57 '../bench/GeometryBench.cpp', | 58 '../bench/GeometryBench.cpp', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 '../bench/TableBench.cpp', | 107 '../bench/TableBench.cpp', |
107 '../bench/TextBench.cpp', | 108 '../bench/TextBench.cpp', |
108 '../bench/TextBlobBench.cpp', | 109 '../bench/TextBlobBench.cpp', |
109 '../bench/TileBench.cpp', | 110 '../bench/TileBench.cpp', |
110 '../bench/VertBench.cpp', | 111 '../bench/VertBench.cpp', |
111 '../bench/WritePixelsBench.cpp', | 112 '../bench/WritePixelsBench.cpp', |
112 '../bench/WriterBench.cpp', | 113 '../bench/WriterBench.cpp', |
113 '../bench/XfermodeBench.cpp', | 114 '../bench/XfermodeBench.cpp', |
114 ], | 115 ], |
115 } | 116 } |
OLD | NEW |