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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 '../tests/ScalarTest.cpp', | 91 '../tests/ScalarTest.cpp', |
92 '../tests/ShaderImageFilterTest.cpp', | 92 '../tests/ShaderImageFilterTest.cpp', |
93 '../tests/ShaderOpacityTest.cpp', | 93 '../tests/ShaderOpacityTest.cpp', |
94 '../tests/Sk64Test.cpp', | 94 '../tests/Sk64Test.cpp', |
95 '../tests/skia_test.cpp', | 95 '../tests/skia_test.cpp', |
96 '../tests/SortTest.cpp', | 96 '../tests/SortTest.cpp', |
97 '../tests/SrcOverTest.cpp', | 97 '../tests/SrcOverTest.cpp', |
98 '../tests/StreamTest.cpp', | 98 '../tests/StreamTest.cpp', |
99 '../tests/StringTest.cpp', | 99 '../tests/StringTest.cpp', |
100 '../tests/StrokeTest.cpp', | 100 '../tests/StrokeTest.cpp', |
| 101 '../tests/SurfaceTest.cpp', |
101 '../tests/Test.cpp', | 102 '../tests/Test.cpp', |
102 '../tests/Test.h', | 103 '../tests/Test.h', |
103 '../tests/TestSize.cpp', | 104 '../tests/TestSize.cpp', |
104 '../tests/TileGridTest.cpp', | 105 '../tests/TileGridTest.cpp', |
105 '../tests/TLSTest.cpp', | 106 '../tests/TLSTest.cpp', |
106 '../tests/TSetTest.cpp', | 107 '../tests/TSetTest.cpp', |
107 '../tests/ToUnicode.cpp', | 108 '../tests/ToUnicode.cpp', |
108 '../tests/UnicodeTest.cpp', | 109 '../tests/UnicodeTest.cpp', |
109 '../tests/UtilsTest.cpp', | 110 '../tests/UtilsTest.cpp', |
110 '../tests/WArrayTest.cpp', | 111 '../tests/WArrayTest.cpp', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 ], | 143 ], |
143 }, | 144 }, |
144 ], | 145 ], |
145 } | 146 } |
146 | 147 |
147 # Local Variables: | 148 # Local Variables: |
148 # tab-width:2 | 149 # tab-width:2 |
149 # indent-tabs-mode:nil | 150 # indent-tabs-mode:nil |
150 # End: | 151 # End: |
151 # vim: set expandtab tabstop=2 shiftwidth=2: | 152 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |