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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 '../tests/ReadPixelsTest.cpp', | 116 '../tests/ReadPixelsTest.cpp', |
117 '../tests/ReadWriteAlphaTest.cpp', | 117 '../tests/ReadWriteAlphaTest.cpp', |
118 '../tests/RefCntTest.cpp', | 118 '../tests/RefCntTest.cpp', |
119 '../tests/RefDictTest.cpp', | 119 '../tests/RefDictTest.cpp', |
120 '../tests/RegionTest.cpp', | 120 '../tests/RegionTest.cpp', |
121 '../tests/ResourceCacheTest.cpp', | 121 '../tests/ResourceCacheTest.cpp', |
122 '../tests/RoundRectTest.cpp', | 122 '../tests/RoundRectTest.cpp', |
123 '../tests/RTreeTest.cpp', | 123 '../tests/RTreeTest.cpp', |
124 '../tests/SHA1Test.cpp', | 124 '../tests/SHA1Test.cpp', |
125 '../tests/ScalarTest.cpp', | 125 '../tests/ScalarTest.cpp', |
| 126 '../tests/SerializationTest.cpp', |
126 '../tests/ShaderImageFilterTest.cpp', | 127 '../tests/ShaderImageFilterTest.cpp', |
127 '../tests/ShaderOpacityTest.cpp', | 128 '../tests/ShaderOpacityTest.cpp', |
128 '../tests/Sk64Test.cpp', | 129 '../tests/Sk64Test.cpp', |
129 '../tests/skia_test.cpp', | 130 '../tests/skia_test.cpp', |
130 '../tests/SortTest.cpp', | 131 '../tests/SortTest.cpp', |
131 '../tests/SrcOverTest.cpp', | 132 '../tests/SrcOverTest.cpp', |
132 '../tests/StreamTest.cpp', | 133 '../tests/StreamTest.cpp', |
133 '../tests/StringTest.cpp', | 134 '../tests/StringTest.cpp', |
134 '../tests/StrokeTest.cpp', | 135 '../tests/StrokeTest.cpp', |
135 '../tests/SurfaceTest.cpp', | 136 '../tests/SurfaceTest.cpp', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
168 ], | 169 ], |
169 }, | 170 }, |
170 ], | 171 ], |
171 } | 172 } |
172 | 173 |
173 # Local Variables: | 174 # Local Variables: |
174 # tab-width:2 | 175 # tab-width:2 |
175 # indent-tabs-mode:nil | 176 # indent-tabs-mode:nil |
176 # End: | 177 # End: |
177 # vim: set expandtab tabstop=2 shiftwidth=2: | 178 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |