| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 'test-decls.cc', | 71 'test-decls.cc', |
| 72 'test-deoptimization.cc', | 72 'test-deoptimization.cc', |
| 73 'test-dictionary.cc', | 73 'test-dictionary.cc', |
| 74 'test-diy-fp.cc', | 74 'test-diy-fp.cc', |
| 75 'test-double.cc', | 75 'test-double.cc', |
| 76 'test-dtoa.cc', | 76 'test-dtoa.cc', |
| 77 'test-fast-dtoa.cc', | 77 'test-fast-dtoa.cc', |
| 78 'test-fixed-dtoa.cc', | 78 'test-fixed-dtoa.cc', |
| 79 'test-flags.cc', | 79 'test-flags.cc', |
| 80 'test-func-name-inference.cc', | 80 'test-func-name-inference.cc', |
| 81 'test-gc-tracer.cc', |
| 81 'test-global-handles.cc', | 82 'test-global-handles.cc', |
| 82 'test-global-object.cc', | 83 'test-global-object.cc', |
| 83 'test-hashing.cc', | 84 'test-hashing.cc', |
| 84 'test-hashmap.cc', | 85 'test-hashmap.cc', |
| 85 'test-heap.cc', | 86 'test-heap.cc', |
| 86 'test-heap-profiler.cc', | 87 'test-heap-profiler.cc', |
| 87 'test-hydrogen-types.cc', | 88 'test-hydrogen-types.cc', |
| 88 'test-libplatform-default-platform.cc', | 89 'test-libplatform-default-platform.cc', |
| 89 'test-libplatform-task-queue.cc', | 90 'test-libplatform-task-queue.cc', |
| 90 'test-libplatform-worker-thread.cc', | 91 'test-libplatform-worker-thread.cc', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 '<@(_outputs)', | 270 '<@(_outputs)', |
| 270 'TEST', # type | 271 'TEST', # type |
| 271 'off', # compression | 272 'off', # compression |
| 272 '<@(file_list)', | 273 '<@(file_list)', |
| 273 ], | 274 ], |
| 274 } | 275 } |
| 275 ], | 276 ], |
| 276 }, | 277 }, |
| 277 ], | 278 ], |
| 278 } | 279 } |
| OLD | NEW |