| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 '../tests/GpuDrawPathTest.cpp', | 68 '../tests/GpuDrawPathTest.cpp', |
| 69 '../tests/GrContextFactoryTest.cpp', | 69 '../tests/GrContextFactoryTest.cpp', |
| 70 '../tests/GradientTest.cpp', | 70 '../tests/GradientTest.cpp', |
| 71 '../tests/GrMemoryPoolTest.cpp', | 71 '../tests/GrMemoryPoolTest.cpp', |
| 72 '../tests/GrSurfaceTest.cpp', | 72 '../tests/GrSurfaceTest.cpp', |
| 73 '../tests/HashCacheTest.cpp', | 73 '../tests/HashCacheTest.cpp', |
| 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/JpegTest.cpp', |
| 78 '../tests/LListTest.cpp', | 79 '../tests/LListTest.cpp', |
| 79 '../tests/LayerDrawLooperTest.cpp', | 80 '../tests/LayerDrawLooperTest.cpp', |
| 80 '../tests/MD5Test.cpp', | 81 '../tests/MD5Test.cpp', |
| 81 '../tests/MathTest.cpp', | 82 '../tests/MathTest.cpp', |
| 82 '../tests/MatrixTest.cpp', | 83 '../tests/MatrixTest.cpp', |
| 83 '../tests/Matrix44Test.cpp', | 84 '../tests/Matrix44Test.cpp', |
| 84 '../tests/MemoryTest.cpp', | 85 '../tests/MemoryTest.cpp', |
| 85 '../tests/MemsetTest.cpp', | 86 '../tests/MemsetTest.cpp', |
| 86 '../tests/MetaDataTest.cpp', | 87 '../tests/MetaDataTest.cpp', |
| 87 '../tests/MipMapTest.cpp', | 88 '../tests/MipMapTest.cpp', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 ], | 168 ], |
| 168 }, | 169 }, |
| 169 ], | 170 ], |
| 170 } | 171 } |
| 171 | 172 |
| 172 # Local Variables: | 173 # Local Variables: |
| 173 # tab-width:2 | 174 # tab-width:2 |
| 174 # indent-tabs-mode:nil | 175 # indent-tabs-mode:nil |
| 175 # End: | 176 # End: |
| 176 # vim: set expandtab tabstop=2 shiftwidth=2: | 177 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |