| 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/codec', | 8 '../src/codec', |
| 9 '../src/core', | 9 '../src/core', |
| 10 '../src/effects', | 10 '../src/effects', |
| 11 '../src/image', | 11 '../src/image', |
| 12 '../src/lazy', | 12 '../src/lazy', |
| 13 '../src/images', | 13 '../src/images', |
| 14 '../src/pathops', | 14 '../src/pathops', |
| 15 '../src/pdf', | 15 '../src/pdf', |
| 16 '../src/pipe/utils', | 16 '../src/pipe/utils', |
| 17 '../src/ports', |
| 17 '../src/utils', | 18 '../src/utils', |
| 18 '../src/utils/debugger', | 19 '../src/utils/debugger', |
| 19 | 20 |
| 20 # Needed for TDStackNesterTest. | 21 # Needed for TDStackNesterTest. |
| 21 '../experimental/PdfViewer', | 22 '../experimental/PdfViewer', |
| 22 '../experimental/PdfViewer/src', | 23 '../experimental/PdfViewer/src', |
| 23 ], | 24 ], |
| 24 'dependencies': [ | 25 'dependencies': [ |
| 25 'experimental.gyp:experimental', | 26 'experimental.gyp:experimental', |
| 26 'flags.gyp:flags_common', | 27 'flags.gyp:flags_common', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 41 }], | 42 }], |
| 42 [ 'skia_android_framework == 1', { | 43 [ 'skia_android_framework == 1', { |
| 43 'libraries': [ | 44 'libraries': [ |
| 44 '-ldl', | 45 '-ldl', |
| 45 ], | 46 ], |
| 46 }], | 47 }], |
| 47 ], | 48 ], |
| 48 'sources': [ | 49 'sources': [ |
| 49 '../tests/Test.cpp', | 50 '../tests/Test.cpp', |
| 50 '../tests/Test.h', | 51 '../tests/Test.h', |
| 51 | 52 '../tests/FontConfigParser.cpp', |
| 52 '../tests/AAClipTest.cpp', | 53 '../tests/AAClipTest.cpp', |
| 53 '../tests/ARGBImageEncoderTest.cpp', | 54 '../tests/ARGBImageEncoderTest.cpp', |
| 54 '../tests/AnnotationTest.cpp', | 55 '../tests/AnnotationTest.cpp', |
| 55 '../tests/AsADashTest.cpp', | 56 '../tests/AsADashTest.cpp', |
| 56 '../tests/AtomicTest.cpp', | 57 '../tests/AtomicTest.cpp', |
| 57 '../tests/BadIcoTest.cpp', | 58 '../tests/BadIcoTest.cpp', |
| 58 '../tests/BitSetTest.cpp', | 59 '../tests/BitSetTest.cpp', |
| 59 '../tests/BitmapCopyTest.cpp', | 60 '../tests/BitmapCopyTest.cpp', |
| 60 '../tests/BitmapGetColorTest.cpp', | 61 '../tests/BitmapGetColorTest.cpp', |
| 61 '../tests/BitmapHasherTest.cpp', | 62 '../tests/BitmapHasherTest.cpp', |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 '../src/utils/debugger/SkObjectParser.h', | 245 '../src/utils/debugger/SkObjectParser.h', |
| 245 '../src/utils/debugger/SkObjectParser.cpp', | 246 '../src/utils/debugger/SkObjectParser.cpp', |
| 246 | 247 |
| 247 '../tests/PipeTest.cpp', | 248 '../tests/PipeTest.cpp', |
| 248 '../src/pipe/utils/SamplePipeControllers.cpp', | 249 '../src/pipe/utils/SamplePipeControllers.cpp', |
| 249 | 250 |
| 250 '../tests/TDStackNesterTest.cpp', | 251 '../tests/TDStackNesterTest.cpp', |
| 251 '../experimental/PdfViewer/src/SkTDStackNester.h', | 252 '../experimental/PdfViewer/src/SkTDStackNester.h', |
| 252 ], | 253 ], |
| 253 } | 254 } |
| OLD | NEW |