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 # Common gypi for unit tests. | 5 # Common gypi for unit tests. |
6 { | 6 { |
7 'include_dirs': [ | 7 'include_dirs': [ |
8 '../src/codec', | 8 '../src/codec', |
9 '../src/core', | 9 '../src/core', |
10 '../src/effects', | 10 '../src/effects', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 '../tests/DashPathEffectTest.cpp', | 84 '../tests/DashPathEffectTest.cpp', |
85 '../tests/DataRefTest.cpp', | 85 '../tests/DataRefTest.cpp', |
86 '../tests/DeferredCanvasTest.cpp', | 86 '../tests/DeferredCanvasTest.cpp', |
87 '../tests/DeflateWStream.cpp', | 87 '../tests/DeflateWStream.cpp', |
88 '../tests/DequeTest.cpp', | 88 '../tests/DequeTest.cpp', |
89 '../tests/DeviceLooperTest.cpp', | 89 '../tests/DeviceLooperTest.cpp', |
90 '../tests/DiscardableMemoryPoolTest.cpp', | 90 '../tests/DiscardableMemoryPoolTest.cpp', |
91 '../tests/DiscardableMemoryTest.cpp', | 91 '../tests/DiscardableMemoryTest.cpp', |
92 '../tests/DocumentTest.cpp', | 92 '../tests/DocumentTest.cpp', |
93 '../tests/DrawBitmapRectTest.cpp', | 93 '../tests/DrawBitmapRectTest.cpp', |
| 94 '../tests/DrawFilterTest.cpp', |
94 '../tests/DrawPathTest.cpp', | 95 '../tests/DrawPathTest.cpp', |
95 '../tests/DrawTextTest.cpp', | 96 '../tests/DrawTextTest.cpp', |
96 '../tests/DynamicHashTest.cpp', | 97 '../tests/DynamicHashTest.cpp', |
97 '../tests/EmptyPathTest.cpp', | 98 '../tests/EmptyPathTest.cpp', |
98 '../tests/ErrorTest.cpp', | 99 '../tests/ErrorTest.cpp', |
99 '../tests/FillPathTest.cpp', | 100 '../tests/FillPathTest.cpp', |
100 '../tests/FitsInTest.cpp', | 101 '../tests/FitsInTest.cpp', |
101 '../tests/FlateTest.cpp', | 102 '../tests/FlateTest.cpp', |
102 '../tests/FloatingPointTextureTest.cpp', | 103 '../tests/FloatingPointTextureTest.cpp', |
103 '../tests/FontHostStreamTest.cpp', | 104 '../tests/FontHostStreamTest.cpp', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 '../src/utils/debugger/SkObjectParser.h', | 245 '../src/utils/debugger/SkObjectParser.h', |
245 '../src/utils/debugger/SkObjectParser.cpp', | 246 '../src/utils/debugger/SkObjectParser.cpp', |
246 | 247 |
247 '../tests/PipeTest.cpp', | 248 '../tests/PipeTest.cpp', |
248 '../src/pipe/utils/SamplePipeControllers.cpp', | 249 '../src/pipe/utils/SamplePipeControllers.cpp', |
249 | 250 |
250 '../tests/TDStackNesterTest.cpp', | 251 '../tests/TDStackNesterTest.cpp', |
251 '../experimental/PdfViewer/src/SkTDStackNester.h', | 252 '../experimental/PdfViewer/src/SkTDStackNester.h', |
252 ], | 253 ], |
253 } | 254 } |
OLD | NEW |