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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 'wasm/test-run-wasm-interpreter.cc', | 192 'wasm/test-run-wasm-interpreter.cc', |
193 'wasm/test-run-wasm-js.cc', | 193 'wasm/test-run-wasm-js.cc', |
194 'wasm/test-run-wasm-module.cc', | 194 'wasm/test-run-wasm-module.cc', |
195 'wasm/test-run-wasm-relocation.cc', | 195 'wasm/test-run-wasm-relocation.cc', |
196 'wasm/test-run-wasm-try-catch.cc', | 196 'wasm/test-run-wasm-try-catch.cc', |
197 'wasm/test-signatures.h', | 197 'wasm/test-signatures.h', |
198 'wasm/test-wasm-function-name-table.cc', | 198 'wasm/test-wasm-function-name-table.cc', |
199 'wasm/test-wasm-stack.cc', | 199 'wasm/test-wasm-stack.cc', |
200 'wasm/test-wasm-trap-position.cc', | 200 'wasm/test-wasm-trap-position.cc', |
201 'wasm/wasm-run-utils.h', | 201 'wasm/wasm-run-utils.h', |
| 202 'wasm/wasm-module-runner.cc', |
| 203 'wasm/wasm-module-runner.h', |
202 ], | 204 ], |
203 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### | 205 'cctest_sources_ia32': [ ### gcmole(arch:ia32) ### |
204 'test-assembler-ia32.cc', | 206 'test-assembler-ia32.cc', |
205 'test-code-stubs.cc', | 207 'test-code-stubs.cc', |
206 'test-code-stubs-ia32.cc', | 208 'test-code-stubs-ia32.cc', |
207 'test-disasm-ia32.cc', | 209 'test-disasm-ia32.cc', |
208 'test-macro-assembler-ia32.cc', | 210 'test-macro-assembler-ia32.cc', |
209 'test-log-stack-tracer.cc', | 211 'test-log-stack-tracer.cc', |
210 'test-run-wasm-relocation-ia32.cc' | 212 'test-run-wasm-relocation-ia32.cc' |
211 ], | 213 ], |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 '../../gypfiles/isolate.gypi', | 490 '../../gypfiles/isolate.gypi', |
489 ], | 491 ], |
490 'sources': [ | 492 'sources': [ |
491 'cctest.isolate', | 493 'cctest.isolate', |
492 ], | 494 ], |
493 }, | 495 }, |
494 ], | 496 ], |
495 }], | 497 }], |
496 ], | 498 ], |
497 } | 499 } |
OLD | NEW |