| 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-unbound-queue.cc', | 181 'test-unbound-queue.cc', |
| 182 'test-unboxed-doubles.cc', | 182 'test-unboxed-doubles.cc', |
| 183 'test-unique.cc', | 183 'test-unique.cc', |
| 184 'test-unscopables-hidden-prototype.cc', | 184 'test-unscopables-hidden-prototype.cc', |
| 185 'test-utils.cc', | 185 'test-utils.cc', |
| 186 'test-version.cc', | 186 'test-version.cc', |
| 187 'test-weakmaps.cc', | 187 'test-weakmaps.cc', |
| 188 'test-weaksets.cc', | 188 'test-weaksets.cc', |
| 189 'trace-extension.cc', | 189 'trace-extension.cc', |
| 190 'wasm/test-run-wasm.cc', | 190 'wasm/test-run-wasm.cc', |
| 191 'wasm/test-run-wasm-64.cc', |
| 191 'wasm/test-run-wasm-js.cc', | 192 'wasm/test-run-wasm-js.cc', |
| 192 'wasm/test-run-wasm-module.cc', | 193 'wasm/test-run-wasm-module.cc', |
| 193 'wasm/test-signatures.h', | 194 'wasm/test-signatures.h', |
| 194 'wasm/wasm-run-utils.h', | 195 'wasm/wasm-run-utils.h', |
| 195 ], | 196 ], |
| 196 'conditions': [ | 197 'conditions': [ |
| 197 ['v8_target_arch=="ia32"', { | 198 ['v8_target_arch=="ia32"', { |
| 198 'sources': [ ### gcmole(arch:ia32) ### | 199 'sources': [ ### gcmole(arch:ia32) ### |
| 199 'test-assembler-ia32.cc', | 200 'test-assembler-ia32.cc', |
| 200 'test-code-stubs.cc', | 201 'test-code-stubs.cc', |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 '../../build/isolate.gypi', | 396 '../../build/isolate.gypi', |
| 396 ], | 397 ], |
| 397 'sources': [ | 398 'sources': [ |
| 398 'cctest.isolate', | 399 'cctest.isolate', |
| 399 ], | 400 ], |
| 400 }, | 401 }, |
| 401 ], | 402 ], |
| 402 }], | 403 }], |
| 403 ], | 404 ], |
| 404 } | 405 } |
| OLD | NEW |