| OLD | NEW |
| 1 # Copyright 2015 Google Inc. |
| 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. |
| 1 # Common gypi for unit tests. | 5 # Common gypi for unit tests. |
| 2 { | 6 { |
| 3 'include_dirs': [ | 7 'include_dirs': [ |
| 4 '../src/core', | 8 '../src/core', |
| 5 '../src/effects', | 9 '../src/effects', |
| 6 '../src/image', | 10 '../src/image', |
| 7 '../src/lazy', | 11 '../src/lazy', |
| 8 '../src/images', | 12 '../src/images', |
| 9 '../src/pathops', | 13 '../src/pathops', |
| 10 '../src/pdf', | 14 '../src/pdf', |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 '../src/utils/debugger/SkObjectParser.h', | 241 '../src/utils/debugger/SkObjectParser.h', |
| 238 '../src/utils/debugger/SkObjectParser.cpp', | 242 '../src/utils/debugger/SkObjectParser.cpp', |
| 239 | 243 |
| 240 '../tests/PipeTest.cpp', | 244 '../tests/PipeTest.cpp', |
| 241 '../src/pipe/utils/SamplePipeControllers.cpp', | 245 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 242 | 246 |
| 243 '../tests/TDStackNesterTest.cpp', | 247 '../tests/TDStackNesterTest.cpp', |
| 244 '../experimental/PdfViewer/src/SkTDStackNester.h', | 248 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 245 ], | 249 ], |
| 246 } | 250 } |
| OLD | NEW |