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 '../include/private', |
9 '../src/codec', | 9 '../src/codec', |
10 '../src/core', | 10 '../src/core', |
11 '../src/effects', | 11 '../src/effects', |
12 '../src/image', | 12 '../src/image', |
13 '../src/lazy', | 13 '../src/lazy', |
14 '../src/images', | 14 '../src/images', |
15 '../src/pathops', | 15 '../src/pathops', |
16 '../src/pdf', | 16 '../src/pdf', |
17 '../src/ports', | 17 '../src/ports', |
18 '../src/pipe/utils', | |
19 '../src/utils', | 18 '../src/utils', |
20 '../src/utils/debugger', | 19 '../src/utils/debugger', |
21 ], | 20 ], |
22 'dependencies': [ | 21 'dependencies': [ |
23 'experimental.gyp:experimental', | 22 'experimental.gyp:experimental', |
24 'flags.gyp:flags_common', | 23 'flags.gyp:flags_common', |
25 'pdf.gyp:pdf', | 24 'pdf.gyp:pdf', |
26 'skia_lib.gyp:skia_lib', | 25 'skia_lib.gyp:skia_lib', |
27 'tools.gyp:picture_utils', | 26 'tools.gyp:picture_utils', |
28 'tools.gyp:resources', | 27 'tools.gyp:resources', |
(...skipping 22 matching lines...) Expand all Loading... |
51 ], | 50 ], |
52 'sources': [ | 51 'sources': [ |
53 '../tests/Test.h', | 52 '../tests/Test.h', |
54 '<!@(python find.py ../tests "*.c*")', | 53 '<!@(python find.py ../tests "*.c*")', |
55 '../src/utils/debugger/SkDrawCommand.h', | 54 '../src/utils/debugger/SkDrawCommand.h', |
56 '../src/utils/debugger/SkDrawCommand.cpp', | 55 '../src/utils/debugger/SkDrawCommand.cpp', |
57 '../src/utils/debugger/SkDebugCanvas.h', | 56 '../src/utils/debugger/SkDebugCanvas.h', |
58 '../src/utils/debugger/SkDebugCanvas.cpp', | 57 '../src/utils/debugger/SkDebugCanvas.cpp', |
59 '../src/utils/debugger/SkObjectParser.h', | 58 '../src/utils/debugger/SkObjectParser.h', |
60 '../src/utils/debugger/SkObjectParser.cpp', | 59 '../src/utils/debugger/SkObjectParser.cpp', |
61 '../src/pipe/utils/SamplePipeControllers.cpp', | |
62 ], | 60 ], |
63 'sources!': [ | 61 'sources!': [ |
64 '../tests/SkpSkGrTest.cpp', | 62 '../tests/SkpSkGrTest.cpp', |
65 '../tests/skia_test.cpp', | 63 '../tests/skia_test.cpp', |
66 '../tests/PathOpsAngleIdeas.cpp', | 64 '../tests/PathOpsAngleIdeas.cpp', |
67 '../tests/PathOpsBattles.cpp', | 65 '../tests/PathOpsBattles.cpp', |
68 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', | 66 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', |
69 '../tests/PathOpsDebug.cpp', | 67 '../tests/PathOpsDebug.cpp', |
70 '../tests/PathOpsOpLoopThreadedTest.cpp', | 68 '../tests/PathOpsOpLoopThreadedTest.cpp', |
71 '../tests/PathOpsSkpClipTest.cpp', | 69 '../tests/PathOpsSkpClipTest.cpp', |
72 ], | 70 ], |
73 } | 71 } |
OLD | NEW |