| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'test-fast-dtoa.cc', | 73 'test-fast-dtoa.cc', |
| 74 'test-fixed-dtoa.cc', | 74 'test-fixed-dtoa.cc', |
| 75 'test-flags.cc', | 75 'test-flags.cc', |
| 76 'test-func-name-inference.cc', | 76 'test-func-name-inference.cc', |
| 77 'test-global-handles.cc', | 77 'test-global-handles.cc', |
| 78 'test-global-object.cc', | 78 'test-global-object.cc', |
| 79 'test-hashing.cc', | 79 'test-hashing.cc', |
| 80 'test-hashmap.cc', | 80 'test-hashmap.cc', |
| 81 'test-heap.cc', | 81 'test-heap.cc', |
| 82 'test-heap-profiler.cc', | 82 'test-heap-profiler.cc', |
| 83 'test-libplatform-task-queue.cc', |
| 84 'test-libplatform-worker-thread.cc', |
| 83 'test-list.cc', | 85 'test-list.cc', |
| 84 'test-liveedit.cc', | 86 'test-liveedit.cc', |
| 85 'test-lockers.cc', | 87 'test-lockers.cc', |
| 86 'test-log.cc', | 88 'test-log.cc', |
| 87 'test-mark-compact.cc', | 89 'test-mark-compact.cc', |
| 88 'test-mutex.cc', | 90 'test-mutex.cc', |
| 89 'test-object-observe.cc', | 91 'test-object-observe.cc', |
| 90 'test-parsing.cc', | 92 'test-parsing.cc', |
| 91 'test-platform.cc', | 93 'test-platform.cc', |
| 92 'test-platform-tls.cc', | 94 'test-platform-tls.cc', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 '<@(_outputs)', | 224 '<@(_outputs)', |
| 223 'TEST', # type | 225 'TEST', # type |
| 224 'off', # compression | 226 'off', # compression |
| 225 '<@(file_list)', | 227 '<@(file_list)', |
| 226 ], | 228 ], |
| 227 } | 229 } |
| 228 ], | 230 ], |
| 229 }, | 231 }, |
| 230 ], | 232 ], |
| 231 } | 233 } |
| OLD | NEW |