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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
45 }], | 45 }], |
46 [ 'skia_gpu_extra_tests_path', { | 46 [ 'skia_gpu_extra_tests_path', { |
47 'sources': [ | 47 'sources': [ |
48 '<!@(python find.py <(skia_gpu_extra_tests_path) "*.c*")', | 48 '<!@(python find.py <(skia_gpu_extra_tests_path) "*.c*")', |
49 ], | 49 ], |
50 }], | 50 }], |
51 ], | 51 ], |
52 'sources': [ | 52 'sources': [ |
53 '../tests/Test.h', | 53 '../tests/Test.h', |
54 '<!@(python find.py ../tests "*.c*")', | 54 '<!@(python find.py ../tests "*.c*")', |
55 '<!@(python find.py ../../tests "*.c*")', | |
egdaniel
2015/08/31 19:37:06
you can simply use the skia_gpu_extra_tests_path a
| |
55 '../src/utils/debugger/SkDrawCommand.h', | 56 '../src/utils/debugger/SkDrawCommand.h', |
56 '../src/utils/debugger/SkDrawCommand.cpp', | 57 '../src/utils/debugger/SkDrawCommand.cpp', |
57 '../src/utils/debugger/SkDebugCanvas.h', | 58 '../src/utils/debugger/SkDebugCanvas.h', |
58 '../src/utils/debugger/SkDebugCanvas.cpp', | 59 '../src/utils/debugger/SkDebugCanvas.cpp', |
59 '../src/utils/debugger/SkObjectParser.h', | 60 '../src/utils/debugger/SkObjectParser.h', |
60 '../src/utils/debugger/SkObjectParser.cpp', | 61 '../src/utils/debugger/SkObjectParser.cpp', |
61 '../src/pipe/utils/SamplePipeControllers.cpp', | 62 '../src/pipe/utils/SamplePipeControllers.cpp', |
62 ], | 63 ], |
63 'sources!': [ | 64 'sources!': [ |
64 '../tests/SkpSkGrTest.cpp', | 65 '../tests/SkpSkGrTest.cpp', |
65 '../tests/skia_test.cpp', | 66 '../tests/skia_test.cpp', |
66 '../tests/PathOpsAngleIdeas.cpp', | 67 '../tests/PathOpsAngleIdeas.cpp', |
67 '../tests/PathOpsBattles.cpp', | 68 '../tests/PathOpsBattles.cpp', |
68 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', | 69 '../tests/PathOpsCubicLineIntersectionIdeas.cpp', |
69 '../tests/PathOpsDebug.cpp', | 70 '../tests/PathOpsDebug.cpp', |
70 '../tests/PathOpsOpLoopThreadedTest.cpp', | 71 '../tests/PathOpsOpLoopThreadedTest.cpp', |
71 '../tests/PathOpsSkpClipTest.cpp', | 72 '../tests/PathOpsSkpClipTest.cpp', |
72 ], | 73 ], |
73 } | 74 } |
OLD | NEW |