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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 'test-object-observe.cc', | 138 'test-object-observe.cc', |
139 'test-ordered-hash-table.cc', | 139 'test-ordered-hash-table.cc', |
140 'test-ostreams.cc', | 140 'test-ostreams.cc', |
141 'test-parsing.cc', | 141 'test-parsing.cc', |
142 'test-platform.cc', | 142 'test-platform.cc', |
143 'test-profile-generator.cc', | 143 'test-profile-generator.cc', |
144 'test-random-number-generator.cc', | 144 'test-random-number-generator.cc', |
145 'test-regexp.cc', | 145 'test-regexp.cc', |
146 'test-reloc-info.cc', | 146 'test-reloc-info.cc', |
147 'test-representation.cc', | 147 'test-representation.cc', |
148 'test-semaphore.cc', | |
149 'test-serialize.cc', | 148 'test-serialize.cc', |
150 'test-spaces.cc', | 149 'test-spaces.cc', |
151 'test-strings.cc', | 150 'test-strings.cc', |
152 'test-symbols.cc', | 151 'test-symbols.cc', |
153 'test-strtod.cc', | 152 'test-strtod.cc', |
154 'test-thread-termination.cc', | 153 'test-thread-termination.cc', |
155 'test-threads.cc', | 154 'test-threads.cc', |
156 'test-types.cc', | 155 'test-types.cc', |
157 'test-unbound-queue.cc', | 156 'test-unbound-queue.cc', |
158 'test-unique.cc', | 157 'test-unique.cc', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
299 '<@(_outputs)', | 298 '<@(_outputs)', |
300 'TEST', # type | 299 'TEST', # type |
301 'off', # compression | 300 'off', # compression |
302 '<@(file_list)', | 301 '<@(file_list)', |
303 ], | 302 ], |
304 } | 303 } |
305 ], | 304 ], |
306 }, | 305 }, |
307 ], | 306 ], |
308 } | 307 } |
OLD | NEW |