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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 '../tests/EmptyPathTest.cpp', | 54 '../tests/EmptyPathTest.cpp', |
55 '../tests/ErrorTest.cpp', | 55 '../tests/ErrorTest.cpp', |
56 '../tests/FillPathTest.cpp', | 56 '../tests/FillPathTest.cpp', |
57 '../tests/FitsInTest.cpp', | 57 '../tests/FitsInTest.cpp', |
58 '../tests/FlatDataTest.cpp', | 58 '../tests/FlatDataTest.cpp', |
59 '../tests/FlateTest.cpp', | 59 '../tests/FlateTest.cpp', |
60 '../tests/FontHostStreamTest.cpp', | 60 '../tests/FontHostStreamTest.cpp', |
61 '../tests/FontHostTest.cpp', | 61 '../tests/FontHostTest.cpp', |
62 '../tests/FontMgrTest.cpp', | 62 '../tests/FontMgrTest.cpp', |
63 '../tests/FontNamesTest.cpp', | 63 '../tests/FontNamesTest.cpp', |
| 64 '../tests/FrontBufferedStreamTest.cpp', |
64 '../tests/GeometryTest.cpp', | 65 '../tests/GeometryTest.cpp', |
65 '../tests/GLInterfaceValidation.cpp', | 66 '../tests/GLInterfaceValidation.cpp', |
66 '../tests/GLProgramsTest.cpp', | 67 '../tests/GLProgramsTest.cpp', |
67 '../tests/GpuBitmapCopyTest.cpp', | 68 '../tests/GpuBitmapCopyTest.cpp', |
68 '../tests/GpuDrawPathTest.cpp', | 69 '../tests/GpuDrawPathTest.cpp', |
69 '../tests/GrContextFactoryTest.cpp', | 70 '../tests/GrContextFactoryTest.cpp', |
70 '../tests/GradientTest.cpp', | 71 '../tests/GradientTest.cpp', |
71 '../tests/GrMemoryPoolTest.cpp', | 72 '../tests/GrMemoryPoolTest.cpp', |
72 '../tests/GrSurfaceTest.cpp', | 73 '../tests/GrSurfaceTest.cpp', |
73 '../tests/HashCacheTest.cpp', | 74 '../tests/HashCacheTest.cpp', |
(...skipping 93 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 |