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 15 matching lines...) Expand all Loading... |
26 'includes': [ | 26 'includes': [ |
27 'pathops_unittest.gypi', | 27 'pathops_unittest.gypi', |
28 ], | 28 ], |
29 'sources': [ | 29 'sources': [ |
30 '../tests/AAClipTest.cpp', | 30 '../tests/AAClipTest.cpp', |
31 '../tests/AndroidPaintTest.cpp', | 31 '../tests/AndroidPaintTest.cpp', |
32 '../tests/AnnotationTest.cpp', | 32 '../tests/AnnotationTest.cpp', |
33 '../tests/ARGBImageEncoderTest.cpp', | 33 '../tests/ARGBImageEncoderTest.cpp', |
34 '../tests/AtomicTest.cpp', | 34 '../tests/AtomicTest.cpp', |
35 '../tests/BitmapCopyTest.cpp', | 35 '../tests/BitmapCopyTest.cpp', |
36 '../tests/BitmapFactoryTest.cpp', | |
37 '../tests/BitmapGetColorTest.cpp', | 36 '../tests/BitmapGetColorTest.cpp', |
38 '../tests/BitmapHasherTest.cpp', | 37 '../tests/BitmapHasherTest.cpp', |
39 '../tests/BitmapHeapTest.cpp', | 38 '../tests/BitmapHeapTest.cpp', |
40 '../tests/BitSetTest.cpp', | 39 '../tests/BitSetTest.cpp', |
41 '../tests/BlitRowTest.cpp', | 40 '../tests/BlitRowTest.cpp', |
42 '../tests/BlurTest.cpp', | 41 '../tests/BlurTest.cpp', |
43 '../tests/CachedDecodingPixelRefTest.cpp', | 42 '../tests/CachedDecodingPixelRefTest.cpp', |
44 '../tests/CanvasTest.cpp', | 43 '../tests/CanvasTest.cpp', |
45 '../tests/CanvasStateTest.cpp', | 44 '../tests/CanvasStateTest.cpp', |
46 '../tests/ChecksumTest.cpp', | 45 '../tests/ChecksumTest.cpp', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 ], | 179 ], |
181 }, | 180 }, |
182 ], | 181 ], |
183 } | 182 } |
184 | 183 |
185 # Local Variables: | 184 # Local Variables: |
186 # tab-width:2 | 185 # tab-width:2 |
187 # indent-tabs-mode:nil | 186 # indent-tabs-mode:nil |
188 # End: | 187 # End: |
189 # vim: set expandtab tabstop=2 shiftwidth=2: | 188 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |