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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 '../bench/RegionContainBench.cpp', | 98 '../bench/RegionContainBench.cpp', |
99 '../bench/RepeatTileBench.cpp', | 99 '../bench/RepeatTileBench.cpp', |
100 '../bench/RotatedRectBench.cpp', | 100 '../bench/RotatedRectBench.cpp', |
101 '../bench/ScalarBench.cpp', | 101 '../bench/ScalarBench.cpp', |
102 '../bench/ShaderMaskBench.cpp', | 102 '../bench/ShaderMaskBench.cpp', |
103 '../bench/SkipZeroesBench.cpp', | 103 '../bench/SkipZeroesBench.cpp', |
104 '../bench/SortBench.cpp', | 104 '../bench/SortBench.cpp', |
105 '../bench/StrokeBench.cpp', | 105 '../bench/StrokeBench.cpp', |
106 '../bench/TableBench.cpp', | 106 '../bench/TableBench.cpp', |
107 '../bench/TextBench.cpp', | 107 '../bench/TextBench.cpp', |
| 108 '../bench/TextBlobBench.cpp', |
108 '../bench/TileBench.cpp', | 109 '../bench/TileBench.cpp', |
109 '../bench/VertBench.cpp', | 110 '../bench/VertBench.cpp', |
110 '../bench/WritePixelsBench.cpp', | 111 '../bench/WritePixelsBench.cpp', |
111 '../bench/WriterBench.cpp', | 112 '../bench/WriterBench.cpp', |
112 '../bench/XfermodeBench.cpp', | 113 '../bench/XfermodeBench.cpp', |
113 ], | 114 ], |
114 } | 115 } |
OLD | NEW |