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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 'test-decls.cc', | 145 'test-decls.cc', |
146 'test-deoptimization.cc', | 146 'test-deoptimization.cc', |
147 'test-dictionary.cc', | 147 'test-dictionary.cc', |
148 'test-diy-fp.cc', | 148 'test-diy-fp.cc', |
149 'test-double.cc', | 149 'test-double.cc', |
150 'test-dtoa.cc', | 150 'test-dtoa.cc', |
151 'test-elements-kind.cc', | 151 'test-elements-kind.cc', |
152 'test-fast-dtoa.cc', | 152 'test-fast-dtoa.cc', |
153 'test-feedback-vector.cc', | 153 'test-feedback-vector.cc', |
154 'test-feedback-vector.h', | 154 'test-feedback-vector.h', |
| 155 'test-ffi.cc', |
155 'test-field-type-tracking.cc', | 156 'test-field-type-tracking.cc', |
156 'test-fixed-dtoa.cc', | 157 'test-fixed-dtoa.cc', |
157 'test-flags.cc', | 158 'test-flags.cc', |
158 'test-func-name-inference.cc', | 159 'test-func-name-inference.cc', |
159 'test-global-handles.cc', | 160 'test-global-handles.cc', |
160 'test-global-object.cc', | 161 'test-global-object.cc', |
161 'test-hashing.cc', | 162 'test-hashing.cc', |
162 'test-hashmap.cc', | 163 'test-hashmap.cc', |
163 'test-heap-profiler.cc', | 164 'test-heap-profiler.cc', |
164 'test-hydrogen-types.cc', | 165 'test-hydrogen-types.cc', |
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 '../../gypfiles/isolate.gypi', | 529 '../../gypfiles/isolate.gypi', |
529 ], | 530 ], |
530 'sources': [ | 531 'sources': [ |
531 'cctest.isolate', | 532 'cctest.isolate', |
532 ], | 533 ], |
533 }, | 534 }, |
534 ], | 535 ], |
535 }], | 536 }], |
536 ], | 537 ], |
537 } | 538 } |
OLD | NEW |