| 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 '../include/private', |
| 8 '../src/codec', | 9 '../src/codec', |
| 9 '../src/core', | 10 '../src/core', |
| 10 '../src/effects', | 11 '../src/effects', |
| 11 '../src/image', | 12 '../src/image', |
| 12 '../src/lazy', | 13 '../src/lazy', |
| 13 '../src/images', | 14 '../src/images', |
| 14 '../src/pathops', | 15 '../src/pathops', |
| 15 '../src/pdf', | 16 '../src/pdf', |
| 16 '../src/ports', | 17 '../src/ports', |
| 17 '../src/pipe/utils', | 18 '../src/pipe/utils', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 '../tests/SkpSkGrTest.cpp', | 58 '../tests/SkpSkGrTest.cpp', |
| 58 '../tests/skia_test.cpp', | 59 '../tests/skia_test.cpp', |
| 59 '../tests/PathOpsAngleIdeas.cpp', | 60 '../tests/PathOpsAngleIdeas.cpp', |
| 60 '../tests/PathOpsBattles.cpp', | 61 '../tests/PathOpsBattles.cpp', |
| 61 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', | 62 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', |
| 62 '../tests/PathOpsDebug.cpp', | 63 '../tests/PathOpsDebug.cpp', |
| 63 '../tests/PathOpsOpLoopThreadedTest.cpp', | 64 '../tests/PathOpsOpLoopThreadedTest.cpp', |
| 64 '../tests/PathOpsSkpClipTest.cpp', | 65 '../tests/PathOpsSkpClipTest.cpp', |
| 65 ], | 66 ], |
| 66 } | 67 } |
| OLD | NEW |