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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 'test-code-stubs.cc', | 249 'test-code-stubs.cc', |
250 'test-disasm-ppc.cc' | 250 'test-disasm-ppc.cc' |
251 ], | 251 ], |
252 }], | 252 }], |
253 ['v8_target_arch=="mipsel"', { | 253 ['v8_target_arch=="mipsel"', { |
254 'sources': [ ### gcmole(arch:mipsel) ### | 254 'sources': [ ### gcmole(arch:mipsel) ### |
255 'test-assembler-mips.cc', | 255 'test-assembler-mips.cc', |
256 'test-code-stubs.cc', | 256 'test-code-stubs.cc', |
257 'test-code-stubs-mips.cc', | 257 'test-code-stubs-mips.cc', |
258 'test-disasm-mips.cc', | 258 'test-disasm-mips.cc', |
259 'test-macro-assembler-mips.cc' | 259 'test-macro-assembler-mips.cc', |
| 260 'test-wasm-relocation-disasm-mips.cc' |
260 ], | 261 ], |
261 }], | 262 }], |
262 ['v8_target_arch=="mips64el"', { | 263 ['v8_target_arch=="mips64el"', { |
263 'sources': [ | 264 'sources': [ |
264 'test-assembler-mips64.cc', | 265 'test-assembler-mips64.cc', |
265 'test-code-stubs.cc', | 266 'test-code-stubs.cc', |
266 'test-code-stubs-mips64.cc', | 267 'test-code-stubs-mips64.cc', |
267 'test-disasm-mips64.cc', | 268 'test-disasm-mips64.cc', |
268 'test-macro-assembler-mips64.cc' | 269 'test-macro-assembler-mips64.cc', |
| 270 'test-wasm-relocation-disasm-mips64.cc' |
269 ], | 271 ], |
270 }], | 272 }], |
271 ['v8_target_arch=="x87"', { | 273 ['v8_target_arch=="x87"', { |
272 'sources': [ ### gcmole(arch:x87) ### | 274 'sources': [ ### gcmole(arch:x87) ### |
273 'test-assembler-x87.cc', | 275 'test-assembler-x87.cc', |
274 'test-code-stubs.cc', | 276 'test-code-stubs.cc', |
275 'test-code-stubs-x87.cc', | 277 'test-code-stubs-x87.cc', |
276 'test-disasm-x87.cc', | 278 'test-disasm-x87.cc', |
277 'test-macro-assembler-x87.cc', | 279 'test-macro-assembler-x87.cc', |
278 'test-log-stack-tracer.cc' | 280 'test-log-stack-tracer.cc' |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 '../../build/isolate.gypi', | 399 '../../build/isolate.gypi', |
398 ], | 400 ], |
399 'sources': [ | 401 'sources': [ |
400 'cctest.isolate', | 402 'cctest.isolate', |
401 ], | 403 ], |
402 }, | 404 }, |
403 ], | 405 ], |
404 }], | 406 }], |
405 ], | 407 ], |
406 } | 408 } |
OLD | NEW |