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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/InfRectTest.cpp', | 69 '../tests/InfRectTest.cpp', |
70 '../tests/LListTest.cpp', | 70 '../tests/LListTest.cpp', |
| 71 '../tests/LayerDrawLooperTest.cpp', |
71 '../tests/MD5Test.cpp', | 72 '../tests/MD5Test.cpp', |
72 '../tests/MathTest.cpp', | 73 '../tests/MathTest.cpp', |
73 '../tests/MatrixTest.cpp', | 74 '../tests/MatrixTest.cpp', |
74 '../tests/Matrix44Test.cpp', | 75 '../tests/Matrix44Test.cpp', |
75 '../tests/MemsetTest.cpp', | 76 '../tests/MemsetTest.cpp', |
76 '../tests/MetaDataTest.cpp', | 77 '../tests/MetaDataTest.cpp', |
77 '../tests/PackBitsTest.cpp', | 78 '../tests/PackBitsTest.cpp', |
78 '../tests/PaintTest.cpp', | 79 '../tests/PaintTest.cpp', |
79 '../tests/ParsePathTest.cpp', | 80 '../tests/ParsePathTest.cpp', |
80 '../tests/PathCoverageTest.cpp', | 81 '../tests/PathCoverageTest.cpp', |
(...skipping 74 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 |