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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 'test-hashing.cc', | 149 'test-hashing.cc', |
150 'test-hashmap.cc', | 150 'test-hashmap.cc', |
151 'test-heap-profiler.cc', | 151 'test-heap-profiler.cc', |
152 'test-hydrogen-types.cc', | 152 'test-hydrogen-types.cc', |
153 'test-identity-map.cc', | 153 'test-identity-map.cc', |
154 'test-inobject-slack-tracking.cc', | 154 'test-inobject-slack-tracking.cc', |
155 'test-list.cc', | 155 'test-list.cc', |
156 'test-liveedit.cc', | 156 'test-liveedit.cc', |
157 'test-lockers.cc', | 157 'test-lockers.cc', |
158 'test-log.cc', | 158 'test-log.cc', |
159 'test-microtask-delivery.cc', | |
160 'test-mementos.cc', | 159 'test-mementos.cc', |
161 'test-object-observe.cc', | |
162 'test-parsing.cc', | 160 'test-parsing.cc', |
163 'test-platform.cc', | 161 'test-platform.cc', |
164 'test-profile-generator.cc', | 162 'test-profile-generator.cc', |
165 'test-random-number-generator.cc', | 163 'test-random-number-generator.cc', |
166 'test-receiver-check-hidden-prototype.cc', | 164 'test-receiver-check-hidden-prototype.cc', |
167 'test-regexp.cc', | 165 'test-regexp.cc', |
168 'test-reloc-info.cc', | 166 'test-reloc-info.cc', |
169 'test-representation.cc', | 167 'test-representation.cc', |
170 'test-sampler-api.cc', | 168 'test-sampler-api.cc', |
171 'test-serialize.cc', | 169 'test-serialize.cc', |
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
438 '../../build/isolate.gypi', | 436 '../../build/isolate.gypi', |
439 ], | 437 ], |
440 'sources': [ | 438 'sources': [ |
441 'cctest.isolate', | 439 'cctest.isolate', |
442 ], | 440 ], |
443 }, | 441 }, |
444 ], | 442 ], |
445 }], | 443 }], |
446 ], | 444 ], |
447 } | 445 } |
OLD | NEW |