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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 '../tests/ImageDecodingTest.cpp', | 70 '../tests/ImageDecodingTest.cpp', |
71 '../tests/InfRectTest.cpp', | 71 '../tests/InfRectTest.cpp', |
72 '../tests/LListTest.cpp', | 72 '../tests/LListTest.cpp', |
73 '../tests/LayerDrawLooperTest.cpp', | 73 '../tests/LayerDrawLooperTest.cpp', |
74 '../tests/MD5Test.cpp', | 74 '../tests/MD5Test.cpp', |
75 '../tests/MathTest.cpp', | 75 '../tests/MathTest.cpp', |
76 '../tests/MatrixTest.cpp', | 76 '../tests/MatrixTest.cpp', |
77 '../tests/Matrix44Test.cpp', | 77 '../tests/Matrix44Test.cpp', |
78 '../tests/MemsetTest.cpp', | 78 '../tests/MemsetTest.cpp', |
79 '../tests/MetaDataTest.cpp', | 79 '../tests/MetaDataTest.cpp', |
| 80 '../tests/MipMapTest.cpp', |
80 '../tests/OSPathTest.cpp', | 81 '../tests/OSPathTest.cpp', |
81 '../tests/PackBitsTest.cpp', | 82 '../tests/PackBitsTest.cpp', |
82 '../tests/PaintTest.cpp', | 83 '../tests/PaintTest.cpp', |
83 '../tests/ParsePathTest.cpp', | 84 '../tests/ParsePathTest.cpp', |
84 '../tests/PathCoverageTest.cpp', | 85 '../tests/PathCoverageTest.cpp', |
85 '../tests/PathMeasureTest.cpp', | 86 '../tests/PathMeasureTest.cpp', |
86 '../tests/PathTest.cpp', | 87 '../tests/PathTest.cpp', |
87 '../tests/PathUtilsTest.cpp', | 88 '../tests/PathUtilsTest.cpp', |
88 '../tests/PDFPrimitivesTest.cpp', | 89 '../tests/PDFPrimitivesTest.cpp', |
89 '../tests/PictureTest.cpp', | 90 '../tests/PictureTest.cpp', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 ], | 157 ], |
157 }, | 158 }, |
158 ], | 159 ], |
159 } | 160 } |
160 | 161 |
161 # Local Variables: | 162 # Local Variables: |
162 # tab-width:2 | 163 # tab-width:2 |
163 # indent-tabs-mode:nil | 164 # indent-tabs-mode:nil |
164 # End: | 165 # End: |
165 # vim: set expandtab tabstop=2 shiftwidth=2: | 166 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |