OLD | NEW |
1 # GYP file to build unit tests. | 1 # GYP file to build unit tests. |
2 { | 2 { |
3 'includes': [ | 3 'includes': [ |
4 'apptype_console.gypi', | 4 'apptype_console.gypi', |
5 ], | 5 ], |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'tests', | 8 'target_name': 'tests', |
9 'type': 'executable', | 9 'type': 'executable', |
10 'include_dirs' : [ | 10 'include_dirs' : [ |
(...skipping 26 matching lines...) Expand all Loading... |
37 '../tests/ClipperTest.cpp', | 37 '../tests/ClipperTest.cpp', |
38 '../tests/ColorFilterTest.cpp', | 38 '../tests/ColorFilterTest.cpp', |
39 '../tests/ColorTest.cpp', | 39 '../tests/ColorTest.cpp', |
40 '../tests/DataRefTest.cpp', | 40 '../tests/DataRefTest.cpp', |
41 '../tests/DeferredCanvasTest.cpp', | 41 '../tests/DeferredCanvasTest.cpp', |
42 '../tests/DequeTest.cpp', | 42 '../tests/DequeTest.cpp', |
43 '../tests/DrawBitmapRectTest.cpp', | 43 '../tests/DrawBitmapRectTest.cpp', |
44 '../tests/DrawPathTest.cpp', | 44 '../tests/DrawPathTest.cpp', |
45 '../tests/DrawTextTest.cpp', | 45 '../tests/DrawTextTest.cpp', |
46 '../tests/EmptyPathTest.cpp', | 46 '../tests/EmptyPathTest.cpp', |
| 47 '../tests/ErrorTest.cpp', |
47 '../tests/FillPathTest.cpp', | 48 '../tests/FillPathTest.cpp', |
48 '../tests/FlatDataTest.cpp', | 49 '../tests/FlatDataTest.cpp', |
49 '../tests/FlateTest.cpp', | 50 '../tests/FlateTest.cpp', |
50 '../tests/FontHostStreamTest.cpp', | 51 '../tests/FontHostStreamTest.cpp', |
51 '../tests/FontHostTest.cpp', | 52 '../tests/FontHostTest.cpp', |
52 '../tests/FontNamesTest.cpp', | 53 '../tests/FontNamesTest.cpp', |
53 '../tests/GeometryTest.cpp', | 54 '../tests/GeometryTest.cpp', |
54 '../tests/GLInterfaceValidation.cpp', | 55 '../tests/GLInterfaceValidation.cpp', |
55 '../tests/GLProgramsTest.cpp', | 56 '../tests/GLProgramsTest.cpp', |
56 '../tests/GpuBitmapCopyTest.cpp', | 57 '../tests/GpuBitmapCopyTest.cpp', |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 ], | 146 ], |
146 }, | 147 }, |
147 ], | 148 ], |
148 } | 149 } |
149 | 150 |
150 # Local Variables: | 151 # Local Variables: |
151 # tab-width:2 | 152 # tab-width:2 |
152 # indent-tabs-mode:nil | 153 # indent-tabs-mode:nil |
153 # End: | 154 # End: |
154 # vim: set expandtab tabstop=2 shiftwidth=2: | 155 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |