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/core', | 8 '../src/core', |
9 '../src/effects', | 9 '../src/effects', |
10 '../src/image', | 10 '../src/image', |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 '../tests/FillPathTest.cpp', | 98 '../tests/FillPathTest.cpp', |
99 '../tests/FitsInTest.cpp', | 99 '../tests/FitsInTest.cpp', |
100 '../tests/FlateTest.cpp', | 100 '../tests/FlateTest.cpp', |
101 '../tests/FloatingPointTextureTest.cpp', | 101 '../tests/FloatingPointTextureTest.cpp', |
102 '../tests/FontHostStreamTest.cpp', | 102 '../tests/FontHostStreamTest.cpp', |
103 '../tests/FontHostTest.cpp', | 103 '../tests/FontHostTest.cpp', |
104 '../tests/FontMgrTest.cpp', | 104 '../tests/FontMgrTest.cpp', |
105 '../tests/FontNamesTest.cpp', | 105 '../tests/FontNamesTest.cpp', |
106 '../tests/FontObjTest.cpp', | 106 '../tests/FontObjTest.cpp', |
107 '../tests/FrontBufferedStreamTest.cpp', | 107 '../tests/FrontBufferedStreamTest.cpp', |
| 108 '../tests/FunctionTest.cpp', |
108 '../tests/GLInterfaceValidationTest.cpp', | 109 '../tests/GLInterfaceValidationTest.cpp', |
109 '../tests/GLProgramsTest.cpp', | 110 '../tests/GLProgramsTest.cpp', |
110 '../tests/GeometryTest.cpp', | 111 '../tests/GeometryTest.cpp', |
111 '../tests/GifTest.cpp', | 112 '../tests/GifTest.cpp', |
112 '../tests/GpuColorFilterTest.cpp', | 113 '../tests/GpuColorFilterTest.cpp', |
113 '../tests/GpuDrawPathTest.cpp', | 114 '../tests/GpuDrawPathTest.cpp', |
114 '../tests/GpuLayerCacheTest.cpp', | 115 '../tests/GpuLayerCacheTest.cpp', |
115 '../tests/GpuRectanizerTest.cpp', | 116 '../tests/GpuRectanizerTest.cpp', |
116 '../tests/GrContextFactoryTest.cpp', | 117 '../tests/GrContextFactoryTest.cpp', |
117 '../tests/GrDrawTargetTest.cpp', | 118 '../tests/GrDrawTargetTest.cpp', |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 '../src/utils/debugger/SkObjectParser.h', | 241 '../src/utils/debugger/SkObjectParser.h', |
241 '../src/utils/debugger/SkObjectParser.cpp', | 242 '../src/utils/debugger/SkObjectParser.cpp', |
242 | 243 |
243 '../tests/PipeTest.cpp', | 244 '../tests/PipeTest.cpp', |
244 '../src/pipe/utils/SamplePipeControllers.cpp', | 245 '../src/pipe/utils/SamplePipeControllers.cpp', |
245 | 246 |
246 '../tests/TDStackNesterTest.cpp', | 247 '../tests/TDStackNesterTest.cpp', |
247 '../experimental/PdfViewer/src/SkTDStackNester.h', | 248 '../experimental/PdfViewer/src/SkTDStackNester.h', |
248 ], | 249 ], |
249 } | 250 } |
OLD | NEW |