| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 'test-cpu-profiler.cc', | 119 'test-cpu-profiler.cc', |
| 120 'test-date.cc', | 120 'test-date.cc', |
| 121 'test-debug.cc', | 121 'test-debug.cc', |
| 122 'test-decls.cc', | 122 'test-decls.cc', |
| 123 'test-deoptimization.cc', | 123 'test-deoptimization.cc', |
| 124 'test-dictionary.cc', | 124 'test-dictionary.cc', |
| 125 'test-diy-fp.cc', | 125 'test-diy-fp.cc', |
| 126 'test-double.cc', | 126 'test-double.cc', |
| 127 'test-dtoa.cc', | 127 'test-dtoa.cc', |
| 128 'test-elements-kind.cc', | 128 'test-elements-kind.cc', |
| 129 'test-execution.cc', |
| 129 'test-fast-dtoa.cc', | 130 'test-fast-dtoa.cc', |
| 130 'test-feedback-vector.cc', | 131 'test-feedback-vector.cc', |
| 131 'test-field-type-tracking.cc', | 132 'test-field-type-tracking.cc', |
| 132 'test-fixed-dtoa.cc', | 133 'test-fixed-dtoa.cc', |
| 133 'test-flags.cc', | 134 'test-flags.cc', |
| 134 'test-func-name-inference.cc', | 135 'test-func-name-inference.cc', |
| 135 'test-gc-tracer.cc', | 136 'test-gc-tracer.cc', |
| 136 'test-global-handles.cc', | 137 'test-global-handles.cc', |
| 137 'test-global-object.cc', | 138 'test-global-object.cc', |
| 138 'test-hashing.cc', | 139 'test-hashing.cc', |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 '../../build/isolate.gypi', | 353 '../../build/isolate.gypi', |
| 353 ], | 354 ], |
| 354 'sources': [ | 355 'sources': [ |
| 355 'cctest.isolate', | 356 'cctest.isolate', |
| 356 ], | 357 ], |
| 357 }, | 358 }, |
| 358 ], | 359 ], |
| 359 }], | 360 }], |
| 360 ], | 361 ], |
| 361 } | 362 } |
| OLD | NEW |