| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 '../tests/CachedDecodingPixelRefTest.cpp', | 68 '../tests/CachedDecodingPixelRefTest.cpp', |
| 69 '../tests/CanvasStateHelpers.cpp', | 69 '../tests/CanvasStateHelpers.cpp', |
| 70 '../tests/CanvasStateTest.cpp', | 70 '../tests/CanvasStateTest.cpp', |
| 71 '../tests/CanvasTest.cpp', | 71 '../tests/CanvasTest.cpp', |
| 72 '../tests/ChecksumTest.cpp', | 72 '../tests/ChecksumTest.cpp', |
| 73 '../tests/ClampRangeTest.cpp', | 73 '../tests/ClampRangeTest.cpp', |
| 74 '../tests/ClipCacheTest.cpp', | 74 '../tests/ClipCacheTest.cpp', |
| 75 '../tests/ClipCubicTest.cpp', | 75 '../tests/ClipCubicTest.cpp', |
| 76 '../tests/ClipStackTest.cpp', | 76 '../tests/ClipStackTest.cpp', |
| 77 '../tests/ClipperTest.cpp', | 77 '../tests/ClipperTest.cpp', |
| 78 '../tests/CodexTest.cpp', |
| 78 '../tests/ColorFilterTest.cpp', | 79 '../tests/ColorFilterTest.cpp', |
| 79 '../tests/ColorPrivTest.cpp', | 80 '../tests/ColorPrivTest.cpp', |
| 80 '../tests/ColorTest.cpp', | 81 '../tests/ColorTest.cpp', |
| 81 '../tests/CPlusPlusEleven.cpp', | 82 '../tests/CPlusPlusEleven.cpp', |
| 82 '../tests/DashPathEffectTest.cpp', | 83 '../tests/DashPathEffectTest.cpp', |
| 83 '../tests/DataRefTest.cpp', | 84 '../tests/DataRefTest.cpp', |
| 84 '../tests/DeferredCanvasTest.cpp', | 85 '../tests/DeferredCanvasTest.cpp', |
| 85 '../tests/DeflateWStream.cpp', | 86 '../tests/DeflateWStream.cpp', |
| 86 '../tests/DequeTest.cpp', | 87 '../tests/DequeTest.cpp', |
| 87 '../tests/DeviceLooperTest.cpp', | 88 '../tests/DeviceLooperTest.cpp', |
| (...skipping 152 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 |