| 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 181 'test-version.cc', | 181 'test-version.cc', |
| 182 'test-weakmaps.cc', | 182 'test-weakmaps.cc', |
| 183 'test-weaksets.cc', | 183 'test-weaksets.cc', |
| 184 'trace-extension.cc', | 184 'trace-extension.cc', |
| 185 'wasm/test-run-wasm.cc', | 185 'wasm/test-run-wasm.cc', |
| 186 'wasm/test-run-wasm-64.cc', | 186 'wasm/test-run-wasm-64.cc', |
| 187 'wasm/test-run-wasm-asmjs.cc', | 187 'wasm/test-run-wasm-asmjs.cc', |
| 188 'wasm/test-run-wasm-interpreter.cc', | 188 'wasm/test-run-wasm-interpreter.cc', |
| 189 'wasm/test-run-wasm-js.cc', | 189 'wasm/test-run-wasm-js.cc', |
| 190 'wasm/test-run-wasm-module.cc', | 190 'wasm/test-run-wasm-module.cc', |
| 191 'wasm/test-run-wasm-relocation.cc', | |
| 192 'wasm/test-run-wasm-simd.cc', | |
| 193 'wasm/test-signatures.h', | 191 'wasm/test-signatures.h', |
| 194 'wasm/test-wasm-function-name-table.cc', | 192 'wasm/test-wasm-function-name-table.cc', |
| 193 'wasm/test-run-wasm-relocation.cc', |
| 195 'wasm/test-wasm-stack.cc', | 194 'wasm/test-wasm-stack.cc', |
| 196 'wasm/test-wasm-trap-position.cc', | 195 'wasm/test-wasm-trap-position.cc', |
| 197 'wasm/wasm-run-utils.h', | 196 'wasm/wasm-run-utils.h', |
| 198 ], | 197 ], |
| 199 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### | 198 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### |
| 200 'test-assembler-ia32.cc', | 199 'test-assembler-ia32.cc', |
| 201 'test-code-stubs.cc', | 200 'test-code-stubs.cc', |
| 202 'test-code-stubs-ia32.cc', | 201 'test-code-stubs-ia32.cc', |
| 203 'test-disasm-ia32.cc', | 202 'test-disasm-ia32.cc', |
| 204 'test-macro-assembler-ia32.cc', | 203 'test-macro-assembler-ia32.cc', |
| (...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 '../../gypfiles/isolate.gypi', | 482 '../../gypfiles/isolate.gypi', |
| 484 ], | 483 ], |
| 485 'sources': [ | 484 'sources': [ |
| 486 'cctest.isolate', | 485 'cctest.isolate', |
| 487 ], | 486 ], |
| 488 }, | 487 }, |
| 489 ], | 488 ], |
| 490 }], | 489 }], |
| 491 ], | 490 ], |
| 492 } | 491 } |
| OLD | NEW |