| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 'test-macro-assembler-mips64.cc' | 286 'test-macro-assembler-mips64.cc' |
| 287 ], | 287 ], |
| 288 }], | 288 }], |
| 289 ['v8_target_arch=="x87"', { | 289 ['v8_target_arch=="x87"', { |
| 290 'sources': [ ### gcmole(arch:x87) ### | 290 'sources': [ ### gcmole(arch:x87) ### |
| 291 'test-assembler-x87.cc', | 291 'test-assembler-x87.cc', |
| 292 'test-code-stubs.cc', | 292 'test-code-stubs.cc', |
| 293 'test-code-stubs-x87.cc', | 293 'test-code-stubs-x87.cc', |
| 294 'test-disasm-x87.cc', | 294 'test-disasm-x87.cc', |
| 295 'test-macro-assembler-x87.cc', | 295 'test-macro-assembler-x87.cc', |
| 296 'test-log-stack-tracer.cc' | 296 'test-log-stack-tracer.cc', |
| 297 'test-run-wasm-relocation-x87.cc' |
| 297 ], | 298 ], |
| 298 }], | 299 }], |
| 299 [ 'OS=="linux" or OS=="qnx"', { | 300 [ 'OS=="linux" or OS=="qnx"', { |
| 300 'sources': [ | 301 'sources': [ |
| 301 'test-platform-linux.cc', | 302 'test-platform-linux.cc', |
| 302 ], | 303 ], |
| 303 }], | 304 }], |
| 304 [ 'OS=="win"', { | 305 [ 'OS=="win"', { |
| 305 'sources': [ | 306 'sources': [ |
| 306 'test-platform-win32.cc', | 307 'test-platform-win32.cc', |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 415 '../../build/isolate.gypi', | 416 '../../build/isolate.gypi', |
| 416 ], | 417 ], |
| 417 'sources': [ | 418 'sources': [ |
| 418 'cctest.isolate', | 419 'cctest.isolate', |
| 419 ], | 420 ], |
| 420 }, | 421 }, |
| 421 ], | 422 ], |
| 422 }], | 423 }], |
| 423 ], | 424 ], |
| 424 } | 425 } |
| OLD | NEW |