| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 '../tests/StringTest.cpp', | 211 '../tests/StringTest.cpp', |
| 212 '../tests/StrokeTest.cpp', | 212 '../tests/StrokeTest.cpp', |
| 213 '../tests/StrokerTest.cpp', | 213 '../tests/StrokerTest.cpp', |
| 214 '../tests/SurfaceTest.cpp', | 214 '../tests/SurfaceTest.cpp', |
| 215 '../tests/SVGDeviceTest.cpp', | 215 '../tests/SVGDeviceTest.cpp', |
| 216 '../tests/TessellatingPathRendererTests.cpp', | 216 '../tests/TessellatingPathRendererTests.cpp', |
| 217 '../tests/TArrayTest.cpp', | 217 '../tests/TArrayTest.cpp', |
| 218 '../tests/TDPQueueTest.cpp', | 218 '../tests/TDPQueueTest.cpp', |
| 219 '../tests/Time.cpp', | 219 '../tests/Time.cpp', |
| 220 '../tests/TLSTest.cpp', | 220 '../tests/TLSTest.cpp', |
| 221 '../tests/TSetTest.cpp', | |
| 222 '../tests/TextBlobTest.cpp', | 221 '../tests/TextBlobTest.cpp', |
| 223 '../tests/TextureCompressionTest.cpp', | 222 '../tests/TextureCompressionTest.cpp', |
| 224 '../tests/ToUnicodeTest.cpp', | 223 '../tests/ToUnicodeTest.cpp', |
| 225 '../tests/TracingTest.cpp', | 224 '../tests/TracingTest.cpp', |
| 226 '../tests/TypefaceTest.cpp', | 225 '../tests/TypefaceTest.cpp', |
| 227 '../tests/UnicodeTest.cpp', | 226 '../tests/UnicodeTest.cpp', |
| 228 '../tests/UtilsTest.cpp', | 227 '../tests/UtilsTest.cpp', |
| 229 '../tests/VarAllocTest.cpp', | 228 '../tests/VarAllocTest.cpp', |
| 230 '../tests/WArrayTest.cpp', | 229 '../tests/WArrayTest.cpp', |
| 231 '../tests/WritePixelsTest.cpp', | 230 '../tests/WritePixelsTest.cpp', |
| 232 '../tests/Writer32Test.cpp', | 231 '../tests/Writer32Test.cpp', |
| 233 '../tests/XfermodeTest.cpp', | 232 '../tests/XfermodeTest.cpp', |
| 234 '../tests/YUVCacheTest.cpp', | 233 '../tests/YUVCacheTest.cpp', |
| 235 | 234 |
| 236 '../tests/MatrixClipCollapseTest.cpp', | 235 '../tests/MatrixClipCollapseTest.cpp', |
| 237 '../src/utils/debugger/SkDrawCommand.h', | 236 '../src/utils/debugger/SkDrawCommand.h', |
| 238 '../src/utils/debugger/SkDrawCommand.cpp', | 237 '../src/utils/debugger/SkDrawCommand.cpp', |
| 239 '../src/utils/debugger/SkDebugCanvas.h', | 238 '../src/utils/debugger/SkDebugCanvas.h', |
| 240 '../src/utils/debugger/SkDebugCanvas.cpp', | 239 '../src/utils/debugger/SkDebugCanvas.cpp', |
| 241 '../src/utils/debugger/SkObjectParser.h', | 240 '../src/utils/debugger/SkObjectParser.h', |
| 242 '../src/utils/debugger/SkObjectParser.cpp', | 241 '../src/utils/debugger/SkObjectParser.cpp', |
| 243 | 242 |
| 244 '../tests/PipeTest.cpp', | 243 '../tests/PipeTest.cpp', |
| 245 '../src/pipe/utils/SamplePipeControllers.cpp', | 244 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 246 | 245 |
| 247 '../tests/TDStackNesterTest.cpp', | 246 '../tests/TDStackNesterTest.cpp', |
| 248 '../experimental/PdfViewer/src/SkTDStackNester.h', | 247 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 249 ], | 248 ], |
| 250 } | 249 } |
| OLD | NEW |