| 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 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 'test-weaksets.cc', | 195 'test-weaksets.cc', |
| 196 'trace-extension.cc', | 196 'trace-extension.cc', |
| 197 'wasm/test-run-wasm.cc', | 197 'wasm/test-run-wasm.cc', |
| 198 'wasm/test-run-wasm-64.cc', | 198 'wasm/test-run-wasm-64.cc', |
| 199 'wasm/test-run-wasm-asmjs.cc', | 199 'wasm/test-run-wasm-asmjs.cc', |
| 200 'wasm/test-run-wasm-interpreter.cc', | 200 'wasm/test-run-wasm-interpreter.cc', |
| 201 'wasm/test-run-wasm-js.cc', | 201 'wasm/test-run-wasm-js.cc', |
| 202 'wasm/test-run-wasm-module.cc', | 202 'wasm/test-run-wasm-module.cc', |
| 203 'wasm/test-signatures.h', | 203 'wasm/test-signatures.h', |
| 204 'wasm/test-wasm-function-name-table.cc', | 204 'wasm/test-wasm-function-name-table.cc', |
| 205 'wasm/test-run-wasm-relocation.cc', |
| 205 'wasm/test-wasm-stack.cc', | 206 'wasm/test-wasm-stack.cc', |
| 206 'wasm/test-wasm-trap-position.cc', | 207 'wasm/test-wasm-trap-position.cc', |
| 207 'wasm/wasm-run-utils.h', | 208 'wasm/wasm-run-utils.h', |
| 208 ], | 209 ], |
| 209 'conditions': [ | 210 'conditions': [ |
| 210 ['v8_target_arch=="ia32"', { | 211 ['v8_target_arch=="ia32"', { |
| 211 'sources': [ ### gcmole(arch:ia32) ### | 212 'sources': [ ### gcmole(arch:ia32) ### |
| 212 'test-assembler-ia32.cc', | 213 'test-assembler-ia32.cc', |
| 213 'test-code-stubs.cc', | 214 'test-code-stubs.cc', |
| 214 'test-code-stubs-ia32.cc', | 215 'test-code-stubs-ia32.cc', |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 '../../gypfiles/isolate.gypi', | 448 '../../gypfiles/isolate.gypi', |
| 448 ], | 449 ], |
| 449 'sources': [ | 450 'sources': [ |
| 450 'cctest.isolate', | 451 'cctest.isolate', |
| 451 ], | 452 ], |
| 452 }, | 453 }, |
| 453 ], | 454 ], |
| 454 }], | 455 }], |
| 455 ], | 456 ], |
| 456 } | 457 } |
| OLD | NEW |