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', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 ], | 43 ], |
44 }], | 44 }], |
45 ], | 45 ], |
46 'sources': [ | 46 'sources': [ |
47 '../tests/Test.h', | 47 '../tests/Test.h', |
48 '<!@(python find.py ../tests "*.c*")', | 48 '<!@(python find.py ../tests "*.c*")', |
49 '../tools/debugger/SkDrawCommand.h', | 49 '../tools/debugger/SkDrawCommand.h', |
50 '../tools/debugger/SkDrawCommand.cpp', | 50 '../tools/debugger/SkDrawCommand.cpp', |
51 '../tools/debugger/SkDebugCanvas.h', | 51 '../tools/debugger/SkDebugCanvas.h', |
52 '../tools/debugger/SkDebugCanvas.cpp', | 52 '../tools/debugger/SkDebugCanvas.cpp', |
| 53 '../tools/debugger/SkJsonWriteBuffer.h', |
| 54 '../tools/debugger/SkJsonWriteBuffer.cpp', |
53 '../tools/debugger/SkObjectParser.h', | 55 '../tools/debugger/SkObjectParser.h', |
54 '../tools/debugger/SkObjectParser.cpp', | 56 '../tools/debugger/SkObjectParser.cpp', |
55 '../tools/debugger/SkOverdrawMode.h', | 57 '../tools/debugger/SkOverdrawMode.h', |
56 '../tools/debugger/SkOverdrawMode.cpp', | 58 '../tools/debugger/SkOverdrawMode.cpp', |
57 ], | 59 ], |
58 'sources!': [ | 60 'sources!': [ |
59 '../tests/SkpSkGrTest.cpp', | 61 '../tests/SkpSkGrTest.cpp', |
60 '../tests/skia_test.cpp', | 62 '../tests/skia_test.cpp', |
61 '../tests/PathOpsAngleIdeas.cpp', | 63 '../tests/PathOpsAngleIdeas.cpp', |
62 '../tests/PathOpsBattles.cpp', | 64 '../tests/PathOpsBattles.cpp', |
63 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', | 65 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', |
64 '../tests/PathOpsDebug.cpp', | 66 '../tests/PathOpsDebug.cpp', |
65 '../tests/PathOpsOpLoopThreadedTest.cpp', | 67 '../tests/PathOpsOpLoopThreadedTest.cpp', |
66 '../tests/PathOpsSkpClipTest.cpp', | 68 '../tests/PathOpsSkpClipTest.cpp', |
67 ], | 69 ], |
68 } | 70 } |
OLD | NEW |