| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 '../tests/FontHostStreamTest.cpp', | 51 '../tests/FontHostStreamTest.cpp', |
| 52 '../tests/FontHostTest.cpp', | 52 '../tests/FontHostTest.cpp', |
| 53 '../tests/FontNamesTest.cpp', | 53 '../tests/FontNamesTest.cpp', |
| 54 '../tests/GeometryTest.cpp', | 54 '../tests/GeometryTest.cpp', |
| 55 '../tests/GLInterfaceValidation.cpp', | 55 '../tests/GLInterfaceValidation.cpp', |
| 56 '../tests/GLProgramsTest.cpp', | 56 '../tests/GLProgramsTest.cpp', |
| 57 '../tests/GpuBitmapCopyTest.cpp', | 57 '../tests/GpuBitmapCopyTest.cpp', |
| 58 '../tests/GrContextFactoryTest.cpp', | 58 '../tests/GrContextFactoryTest.cpp', |
| 59 '../tests/GradientTest.cpp', | 59 '../tests/GradientTest.cpp', |
| 60 '../tests/GrMemoryPoolTest.cpp', | 60 '../tests/GrMemoryPoolTest.cpp', |
| 61 '../tests/GrSurfaceTest.cpp', |
| 61 '../tests/HashCacheTest.cpp', | 62 '../tests/HashCacheTest.cpp', |
| 62 '../tests/InfRectTest.cpp', | 63 '../tests/InfRectTest.cpp', |
| 63 '../tests/LListTest.cpp', | 64 '../tests/LListTest.cpp', |
| 64 '../tests/MD5Test.cpp', | 65 '../tests/MD5Test.cpp', |
| 65 '../tests/MathTest.cpp', | 66 '../tests/MathTest.cpp', |
| 66 '../tests/MatrixTest.cpp', | 67 '../tests/MatrixTest.cpp', |
| 67 '../tests/Matrix44Test.cpp', | 68 '../tests/Matrix44Test.cpp', |
| 68 '../tests/MemsetTest.cpp', | 69 '../tests/MemsetTest.cpp', |
| 69 '../tests/MetaDataTest.cpp', | 70 '../tests/MetaDataTest.cpp', |
| 70 '../tests/PackBitsTest.cpp', | 71 '../tests/PackBitsTest.cpp', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 ], | 147 ], |
| 147 }, | 148 }, |
| 148 ], | 149 ], |
| 149 } | 150 } |
| 150 | 151 |
| 151 # Local Variables: | 152 # Local Variables: |
| 152 # tab-width:2 | 153 # tab-width:2 |
| 153 # indent-tabs-mode:nil | 154 # indent-tabs-mode:nil |
| 154 # End: | 155 # End: |
| 155 # vim: set expandtab tabstop=2 shiftwidth=2: | 156 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |