| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 '../tests/DataRefTest.cpp', | 83 '../tests/DataRefTest.cpp', |
| 84 '../tests/DeferredCanvasTest.cpp', | 84 '../tests/DeferredCanvasTest.cpp', |
| 85 '../tests/DeflateWStream.cpp', | 85 '../tests/DeflateWStream.cpp', |
| 86 '../tests/DequeTest.cpp', | 86 '../tests/DequeTest.cpp', |
| 87 '../tests/DeviceLooperTest.cpp', | 87 '../tests/DeviceLooperTest.cpp', |
| 88 '../tests/DiscardableMemoryPoolTest.cpp', | 88 '../tests/DiscardableMemoryPoolTest.cpp', |
| 89 '../tests/DiscardableMemoryTest.cpp', | 89 '../tests/DiscardableMemoryTest.cpp', |
| 90 '../tests/DocumentTest.cpp', | 90 '../tests/DocumentTest.cpp', |
| 91 '../tests/DrawBitmapRectTest.cpp', | 91 '../tests/DrawBitmapRectTest.cpp', |
| 92 '../tests/DrawPathTest.cpp', | 92 '../tests/DrawPathTest.cpp', |
| 93 '../tests/DrawTextTest.cpp', | 93 '../tests/DrawTextTest.cpp', |
| 94 '../tests/DrawLooperTest.cpp', |
| 94 '../tests/DynamicHashTest.cpp', | 95 '../tests/DynamicHashTest.cpp', |
| 95 '../tests/EmptyPathTest.cpp', | 96 '../tests/EmptyPathTest.cpp', |
| 96 '../tests/ErrorTest.cpp', | 97 '../tests/ErrorTest.cpp', |
| 97 '../tests/FillPathTest.cpp', | 98 '../tests/FillPathTest.cpp', |
| 98 '../tests/FitsInTest.cpp', | 99 '../tests/FitsInTest.cpp', |
| 99 '../tests/FlateTest.cpp', | 100 '../tests/FlateTest.cpp', |
| 100 '../tests/FloatingPointTextureTest.cpp', | 101 '../tests/FloatingPointTextureTest.cpp', |
| 101 '../tests/FontHostStreamTest.cpp', | 102 '../tests/FontHostStreamTest.cpp', |
| 102 '../tests/FontHostTest.cpp', | 103 '../tests/FontHostTest.cpp', |
| 103 '../tests/FontMgrTest.cpp', | 104 '../tests/FontMgrTest.cpp', |
| (...skipping 136 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 |