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