| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 '../tests/FillPathTest.cpp', | 57 '../tests/FillPathTest.cpp', |
| 58 '../tests/FitsInTest.cpp', | 58 '../tests/FitsInTest.cpp', |
| 59 '../tests/FlatDataTest.cpp', | 59 '../tests/FlatDataTest.cpp', |
| 60 '../tests/FlateTest.cpp', | 60 '../tests/FlateTest.cpp', |
| 61 '../tests/FontHostStreamTest.cpp', | 61 '../tests/FontHostStreamTest.cpp', |
| 62 '../tests/FontHostTest.cpp', | 62 '../tests/FontHostTest.cpp', |
| 63 '../tests/FontMgrTest.cpp', | 63 '../tests/FontMgrTest.cpp', |
| 64 '../tests/FontNamesTest.cpp', | 64 '../tests/FontNamesTest.cpp', |
| 65 '../tests/FrontBufferedStreamTest.cpp', | 65 '../tests/FrontBufferedStreamTest.cpp', |
| 66 '../tests/GeometryTest.cpp', | 66 '../tests/GeometryTest.cpp', |
| 67 '../tests/GifTest.cpp', |
| 67 '../tests/GLInterfaceValidation.cpp', | 68 '../tests/GLInterfaceValidation.cpp', |
| 68 '../tests/GLProgramsTest.cpp', | 69 '../tests/GLProgramsTest.cpp', |
| 69 '../tests/GpuBitmapCopyTest.cpp', | 70 '../tests/GpuBitmapCopyTest.cpp', |
| 70 '../tests/GpuDrawPathTest.cpp', | 71 '../tests/GpuDrawPathTest.cpp', |
| 71 '../tests/GrContextFactoryTest.cpp', | 72 '../tests/GrContextFactoryTest.cpp', |
| 72 '../tests/GradientTest.cpp', | 73 '../tests/GradientTest.cpp', |
| 73 '../tests/GrMemoryPoolTest.cpp', | 74 '../tests/GrMemoryPoolTest.cpp', |
| 74 '../tests/GrSurfaceTest.cpp', | 75 '../tests/GrSurfaceTest.cpp', |
| 75 '../tests/HashCacheTest.cpp', | 76 '../tests/HashCacheTest.cpp', |
| 76 '../tests/ImageCacheTest.cpp', | 77 '../tests/ImageCacheTest.cpp', |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 ], | 172 ], |
| 172 }, | 173 }, |
| 173 ], | 174 ], |
| 174 } | 175 } |
| 175 | 176 |
| 176 # Local Variables: | 177 # Local Variables: |
| 177 # tab-width:2 | 178 # tab-width:2 |
| 178 # indent-tabs-mode:nil | 179 # indent-tabs-mode:nil |
| 179 # End: | 180 # End: |
| 180 # vim: set expandtab tabstop=2 shiftwidth=2: | 181 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |