| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 '../tests/FontNamesTest.cpp', | 59 '../tests/FontNamesTest.cpp', |
| 60 '../tests/GeometryTest.cpp', | 60 '../tests/GeometryTest.cpp', |
| 61 '../tests/GLInterfaceValidation.cpp', | 61 '../tests/GLInterfaceValidation.cpp', |
| 62 '../tests/GLProgramsTest.cpp', | 62 '../tests/GLProgramsTest.cpp', |
| 63 '../tests/GpuBitmapCopyTest.cpp', | 63 '../tests/GpuBitmapCopyTest.cpp', |
| 64 '../tests/GrContextFactoryTest.cpp', | 64 '../tests/GrContextFactoryTest.cpp', |
| 65 '../tests/GradientTest.cpp', | 65 '../tests/GradientTest.cpp', |
| 66 '../tests/GrMemoryPoolTest.cpp', | 66 '../tests/GrMemoryPoolTest.cpp', |
| 67 '../tests/GrSurfaceTest.cpp', | 67 '../tests/GrSurfaceTest.cpp', |
| 68 '../tests/HashCacheTest.cpp', | 68 '../tests/HashCacheTest.cpp', |
| 69 '../tests/ImageDecodingTest.cpp', |
| 69 '../tests/InfRectTest.cpp', | 70 '../tests/InfRectTest.cpp', |
| 70 '../tests/LListTest.cpp', | 71 '../tests/LListTest.cpp', |
| 71 '../tests/LayerDrawLooperTest.cpp', | 72 '../tests/LayerDrawLooperTest.cpp', |
| 72 '../tests/MD5Test.cpp', | 73 '../tests/MD5Test.cpp', |
| 73 '../tests/MathTest.cpp', | 74 '../tests/MathTest.cpp', |
| 74 '../tests/MatrixTest.cpp', | 75 '../tests/MatrixTest.cpp', |
| 75 '../tests/Matrix44Test.cpp', | 76 '../tests/Matrix44Test.cpp', |
| 76 '../tests/MemsetTest.cpp', | 77 '../tests/MemsetTest.cpp', |
| 77 '../tests/MetaDataTest.cpp', | 78 '../tests/MetaDataTest.cpp', |
| 78 '../tests/OSPathTest.cpp', | 79 '../tests/OSPathTest.cpp', |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 ], | 154 ], |
| 154 }, | 155 }, |
| 155 ], | 156 ], |
| 156 } | 157 } |
| 157 | 158 |
| 158 # Local Variables: | 159 # Local Variables: |
| 159 # tab-width:2 | 160 # tab-width:2 |
| 160 # indent-tabs-mode:nil | 161 # indent-tabs-mode:nil |
| 161 # End: | 162 # End: |
| 162 # vim: set expandtab tabstop=2 shiftwidth=2: | 163 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |