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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 'test-utils.cc', | 186 'test-utils.cc', |
187 'test-version.cc', | 187 'test-version.cc', |
188 'test-weakmaps.cc', | 188 'test-weakmaps.cc', |
189 'test-weaksets.cc', | 189 'test-weaksets.cc', |
190 'trace-extension.cc', | 190 'trace-extension.cc', |
191 'wasm/test-run-wasm.cc', | 191 'wasm/test-run-wasm.cc', |
192 'wasm/test-run-wasm-64.cc', | 192 'wasm/test-run-wasm-64.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-signatures.h', | 195 'wasm/test-signatures.h', |
| 196 'wasm/test-wasm-stack.cc', |
196 'wasm/wasm-run-utils.h', | 197 'wasm/wasm-run-utils.h', |
197 ], | 198 ], |
198 'conditions': [ | 199 'conditions': [ |
199 ['v8_target_arch=="ia32"', { | 200 ['v8_target_arch=="ia32"', { |
200 'sources': [ ### gcmole(arch:ia32) ### | 201 'sources': [ ### gcmole(arch:ia32) ### |
201 'test-assembler-ia32.cc', | 202 'test-assembler-ia32.cc', |
202 'test-code-stubs.cc', | 203 'test-code-stubs.cc', |
203 'test-code-stubs-ia32.cc', | 204 'test-code-stubs-ia32.cc', |
204 'test-disasm-ia32.cc', | 205 'test-disasm-ia32.cc', |
205 'test-macro-assembler-ia32.cc', | 206 'test-macro-assembler-ia32.cc', |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 '../../build/isolate.gypi', | 419 '../../build/isolate.gypi', |
419 ], | 420 ], |
420 'sources': [ | 421 'sources': [ |
421 'cctest.isolate', | 422 'cctest.isolate', |
422 ], | 423 ], |
423 }, | 424 }, |
424 ], | 425 ], |
425 }], | 426 }], |
426 ], | 427 ], |
427 } | 428 } |
OLD | NEW |