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 30 matching lines...) Expand all Loading... |
41 '../tests/ClipStackTest.cpp', | 41 '../tests/ClipStackTest.cpp', |
42 '../tests/ClipperTest.cpp', | 42 '../tests/ClipperTest.cpp', |
43 '../tests/ColorFilterTest.cpp', | 43 '../tests/ColorFilterTest.cpp', |
44 '../tests/ColorTest.cpp', | 44 '../tests/ColorTest.cpp', |
45 '../tests/DataRefTest.cpp', | 45 '../tests/DataRefTest.cpp', |
46 '../tests/DeferredCanvasTest.cpp', | 46 '../tests/DeferredCanvasTest.cpp', |
47 '../tests/DequeTest.cpp', | 47 '../tests/DequeTest.cpp', |
48 '../tests/DrawBitmapRectTest.cpp', | 48 '../tests/DrawBitmapRectTest.cpp', |
49 '../tests/DrawPathTest.cpp', | 49 '../tests/DrawPathTest.cpp', |
50 '../tests/DrawTextTest.cpp', | 50 '../tests/DrawTextTest.cpp', |
| 51 '../tests/DynamicHashTest.cpp', |
51 '../tests/EmptyPathTest.cpp', | 52 '../tests/EmptyPathTest.cpp', |
52 '../tests/ErrorTest.cpp', | 53 '../tests/ErrorTest.cpp', |
53 '../tests/FillPathTest.cpp', | 54 '../tests/FillPathTest.cpp', |
54 '../tests/FitsInTest.cpp', | 55 '../tests/FitsInTest.cpp', |
55 '../tests/FlatDataTest.cpp', | 56 '../tests/FlatDataTest.cpp', |
56 '../tests/FlateTest.cpp', | 57 '../tests/FlateTest.cpp', |
57 '../tests/FontHostStreamTest.cpp', | 58 '../tests/FontHostStreamTest.cpp', |
58 '../tests/FontHostTest.cpp', | 59 '../tests/FontHostTest.cpp', |
59 '../tests/FontMgrTest.cpp', | 60 '../tests/FontMgrTest.cpp', |
60 '../tests/FontNamesTest.cpp', | 61 '../tests/FontNamesTest.cpp', |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 ], | 161 ], |
161 }, | 162 }, |
162 ], | 163 ], |
163 } | 164 } |
164 | 165 |
165 # Local Variables: | 166 # Local Variables: |
166 # tab-width:2 | 167 # tab-width:2 |
167 # indent-tabs-mode:nil | 168 # indent-tabs-mode:nil |
168 # End: | 169 # End: |
169 # vim: set expandtab tabstop=2 shiftwidth=2: | 170 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |