| 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 '../tests/ImageCacheTest.cpp', | 74 '../tests/ImageCacheTest.cpp', |
| 75 '../tests/ImageDecodingTest.cpp', | 75 '../tests/ImageDecodingTest.cpp', |
| 76 '../tests/ImageFilterTest.cpp', | 76 '../tests/ImageFilterTest.cpp', |
| 77 '../tests/InfRectTest.cpp', | 77 '../tests/InfRectTest.cpp', |
| 78 '../tests/LListTest.cpp', | 78 '../tests/LListTest.cpp', |
| 79 '../tests/LayerDrawLooperTest.cpp', | 79 '../tests/LayerDrawLooperTest.cpp', |
| 80 '../tests/MD5Test.cpp', | 80 '../tests/MD5Test.cpp', |
| 81 '../tests/MathTest.cpp', | 81 '../tests/MathTest.cpp', |
| 82 '../tests/MatrixTest.cpp', | 82 '../tests/MatrixTest.cpp', |
| 83 '../tests/Matrix44Test.cpp', | 83 '../tests/Matrix44Test.cpp', |
| 84 '../tests/MemoryTest.cpp', |
| 84 '../tests/MemsetTest.cpp', | 85 '../tests/MemsetTest.cpp', |
| 85 '../tests/MetaDataTest.cpp', | 86 '../tests/MetaDataTest.cpp', |
| 86 '../tests/MipMapTest.cpp', | 87 '../tests/MipMapTest.cpp', |
| 87 '../tests/OSPathTest.cpp', | 88 '../tests/OSPathTest.cpp', |
| 88 '../tests/PackBitsTest.cpp', | 89 '../tests/PackBitsTest.cpp', |
| 89 '../tests/PaintTest.cpp', | 90 '../tests/PaintTest.cpp', |
| 90 '../tests/ParsePathTest.cpp', | 91 '../tests/ParsePathTest.cpp', |
| 91 '../tests/PathCoverageTest.cpp', | 92 '../tests/PathCoverageTest.cpp', |
| 92 '../tests/PathMeasureTest.cpp', | 93 '../tests/PathMeasureTest.cpp', |
| 93 '../tests/PathTest.cpp', | 94 '../tests/PathTest.cpp', |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 ], | 167 ], |
| 167 }, | 168 }, |
| 168 ], | 169 ], |
| 169 } | 170 } |
| 170 | 171 |
| 171 # Local Variables: | 172 # Local Variables: |
| 172 # tab-width:2 | 173 # tab-width:2 |
| 173 # indent-tabs-mode:nil | 174 # indent-tabs-mode:nil |
| 174 # End: | 175 # End: |
| 175 # vim: set expandtab tabstop=2 shiftwidth=2: | 176 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |