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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 '../tests/LListTest.cpp', | 81 '../tests/LListTest.cpp', |
82 '../tests/LayerDrawLooperTest.cpp', | 82 '../tests/LayerDrawLooperTest.cpp', |
83 '../tests/MD5Test.cpp', | 83 '../tests/MD5Test.cpp', |
84 '../tests/MathTest.cpp', | 84 '../tests/MathTest.cpp', |
85 '../tests/MatrixTest.cpp', | 85 '../tests/MatrixTest.cpp', |
86 '../tests/Matrix44Test.cpp', | 86 '../tests/Matrix44Test.cpp', |
87 '../tests/MemoryTest.cpp', | 87 '../tests/MemoryTest.cpp', |
88 '../tests/MemsetTest.cpp', | 88 '../tests/MemsetTest.cpp', |
89 '../tests/MetaDataTest.cpp', | 89 '../tests/MetaDataTest.cpp', |
90 '../tests/MipMapTest.cpp', | 90 '../tests/MipMapTest.cpp', |
| 91 '../tests/OnceTest.cpp', |
91 '../tests/OSPathTest.cpp', | 92 '../tests/OSPathTest.cpp', |
92 '../tests/PackBitsTest.cpp', | 93 '../tests/PackBitsTest.cpp', |
93 '../tests/PaintTest.cpp', | 94 '../tests/PaintTest.cpp', |
94 '../tests/ParsePathTest.cpp', | 95 '../tests/ParsePathTest.cpp', |
95 '../tests/PathCoverageTest.cpp', | 96 '../tests/PathCoverageTest.cpp', |
96 '../tests/PathMeasureTest.cpp', | 97 '../tests/PathMeasureTest.cpp', |
97 '../tests/PathTest.cpp', | 98 '../tests/PathTest.cpp', |
98 '../tests/PathUtilsTest.cpp', | 99 '../tests/PathUtilsTest.cpp', |
99 '../tests/PDFPrimitivesTest.cpp', | 100 '../tests/PDFPrimitivesTest.cpp', |
100 '../tests/PictureTest.cpp', | 101 '../tests/PictureTest.cpp', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 ], | 171 ], |
171 }, | 172 }, |
172 ], | 173 ], |
173 } | 174 } |
174 | 175 |
175 # Local Variables: | 176 # Local Variables: |
176 # tab-width:2 | 177 # tab-width:2 |
177 # indent-tabs-mode:nil | 178 # indent-tabs-mode:nil |
178 # End: | 179 # End: |
179 # vim: set expandtab tabstop=2 shiftwidth=2: | 180 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |