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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
44 '../tests/ColorTest.cpp', | 44 '../tests/ColorTest.cpp', |
45 '../tests/DataRefTest.cpp', | 45 '../tests/DataRefTest.cpp', |
46 '../tests/DeferredCanvasTest.cpp', | 46 '../tests/DeferredCanvasTest.cpp', |
47 '../tests/DequeTest.cpp', | 47 '../tests/DequeTest.cpp', |
48 '../tests/DrawBitmapRectTest.cpp', | 48 '../tests/DrawBitmapRectTest.cpp', |
49 '../tests/DrawPathTest.cpp', | 49 '../tests/DrawPathTest.cpp', |
50 '../tests/DrawTextTest.cpp', | 50 '../tests/DrawTextTest.cpp', |
51 '../tests/EmptyPathTest.cpp', | 51 '../tests/EmptyPathTest.cpp', |
52 '../tests/ErrorTest.cpp', | 52 '../tests/ErrorTest.cpp', |
53 '../tests/FillPathTest.cpp', | 53 '../tests/FillPathTest.cpp', |
| 54 '../tests/FitsInTest.cpp', |
54 '../tests/FlatDataTest.cpp', | 55 '../tests/FlatDataTest.cpp', |
55 '../tests/FlateTest.cpp', | 56 '../tests/FlateTest.cpp', |
56 '../tests/FontHostStreamTest.cpp', | 57 '../tests/FontHostStreamTest.cpp', |
57 '../tests/FontHostTest.cpp', | 58 '../tests/FontHostTest.cpp', |
58 '../tests/FontMgrTest.cpp', | 59 '../tests/FontMgrTest.cpp', |
59 '../tests/FontNamesTest.cpp', | 60 '../tests/FontNamesTest.cpp', |
60 '../tests/GeometryTest.cpp', | 61 '../tests/GeometryTest.cpp', |
61 '../tests/GLInterfaceValidation.cpp', | 62 '../tests/GLInterfaceValidation.cpp', |
62 '../tests/GLProgramsTest.cpp', | 63 '../tests/GLProgramsTest.cpp', |
63 '../tests/GpuBitmapCopyTest.cpp', | 64 '../tests/GpuBitmapCopyTest.cpp', |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 ], | 156 ], |
156 }, | 157 }, |
157 ], | 158 ], |
158 } | 159 } |
159 | 160 |
160 # Local Variables: | 161 # Local Variables: |
161 # tab-width:2 | 162 # tab-width:2 |
162 # indent-tabs-mode:nil | 163 # indent-tabs-mode:nil |
163 # End: | 164 # End: |
164 # vim: set expandtab tabstop=2 shiftwidth=2: | 165 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |