OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 'test-hydrogen-types.cc', | 128 'test-hydrogen-types.cc', |
129 'test-list.cc', | 129 'test-list.cc', |
130 'test-liveedit.cc', | 130 'test-liveedit.cc', |
131 'test-lockers.cc', | 131 'test-lockers.cc', |
132 'test-log.cc', | 132 'test-log.cc', |
133 'test-microtask-delivery.cc', | 133 'test-microtask-delivery.cc', |
134 'test-mark-compact.cc', | 134 'test-mark-compact.cc', |
135 'test-mementos.cc', | 135 'test-mementos.cc', |
136 'test-object-observe.cc', | 136 'test-object-observe.cc', |
137 'test-ordered-hash-table.cc', | 137 'test-ordered-hash-table.cc', |
138 'test-ostreams.cc', | |
139 'test-parsing.cc', | 138 'test-parsing.cc', |
140 'test-platform.cc', | 139 'test-platform.cc', |
141 'test-profile-generator.cc', | 140 'test-profile-generator.cc', |
142 'test-random-number-generator.cc', | 141 'test-random-number-generator.cc', |
143 'test-regexp.cc', | 142 'test-regexp.cc', |
144 'test-reloc-info.cc', | 143 'test-reloc-info.cc', |
145 'test-representation.cc', | 144 'test-representation.cc', |
146 'test-sampler-api.cc', | 145 'test-sampler-api.cc', |
147 'test-serialize.cc', | 146 'test-serialize.cc', |
148 'test-spaces.cc', | 147 'test-spaces.cc', |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 '<@(_outputs)', | 296 '<@(_outputs)', |
298 'TEST', # type | 297 'TEST', # type |
299 'off', # compression | 298 'off', # compression |
300 '<@(file_list)', | 299 '<@(file_list)', |
301 ], | 300 ], |
302 } | 301 } |
303 ], | 302 ], |
304 }, | 303 }, |
305 ], | 304 ], |
306 } | 305 } |
OLD | NEW |