| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 '../tests/FontNamesTest.cpp', | 67 '../tests/FontNamesTest.cpp', |
| 68 '../tests/FrontBufferedStreamTest.cpp', | 68 '../tests/FrontBufferedStreamTest.cpp', |
| 69 '../tests/GeometryTest.cpp', | 69 '../tests/GeometryTest.cpp', |
| 70 '../tests/GifTest.cpp', | 70 '../tests/GifTest.cpp', |
| 71 '../tests/GLInterfaceValidation.cpp', | 71 '../tests/GLInterfaceValidation.cpp', |
| 72 '../tests/GLProgramsTest.cpp', | 72 '../tests/GLProgramsTest.cpp', |
| 73 '../tests/GpuBitmapCopyTest.cpp', | 73 '../tests/GpuBitmapCopyTest.cpp', |
| 74 '../tests/GpuColorFilterTest.cpp', | 74 '../tests/GpuColorFilterTest.cpp', |
| 75 '../tests/GpuDrawPathTest.cpp', | 75 '../tests/GpuDrawPathTest.cpp', |
| 76 '../tests/GrContextFactoryTest.cpp', | 76 '../tests/GrContextFactoryTest.cpp', |
| 77 '../tests/GrDrawTargetTest.cpp', |
| 77 '../tests/GradientTest.cpp', | 78 '../tests/GradientTest.cpp', |
| 78 '../tests/GrMemoryPoolTest.cpp', | 79 '../tests/GrMemoryPoolTest.cpp', |
| 79 '../tests/GrSurfaceTest.cpp', | 80 '../tests/GrSurfaceTest.cpp', |
| 80 '../tests/HashCacheTest.cpp', | 81 '../tests/HashCacheTest.cpp', |
| 81 '../tests/ImageCacheTest.cpp', | 82 '../tests/ImageCacheTest.cpp', |
| 82 '../tests/ImageDecodingTest.cpp', | 83 '../tests/ImageDecodingTest.cpp', |
| 83 '../tests/ImageFilterTest.cpp', | 84 '../tests/ImageFilterTest.cpp', |
| 84 '../tests/InfRectTest.cpp', | 85 '../tests/InfRectTest.cpp', |
| 85 '../tests/JpegTest.cpp', | 86 '../tests/JpegTest.cpp', |
| 86 '../tests/LListTest.cpp', | 87 '../tests/LListTest.cpp', |
| (...skipping 83 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 |