| OLD | NEW |
| 1 # Copyright 2011 the V8 project authors. All rights reserved. | 1 # Copyright 2011 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 '../../src/liveobjectlist.cc', | 450 '../../src/liveobjectlist.cc', |
| 451 '../../src/liveobjectlist.h', | 451 '../../src/liveobjectlist.h', |
| 452 '../../src/log-inl.h', | 452 '../../src/log-inl.h', |
| 453 '../../src/log-utils.cc', | 453 '../../src/log-utils.cc', |
| 454 '../../src/log-utils.h', | 454 '../../src/log-utils.h', |
| 455 '../../src/log.cc', | 455 '../../src/log.cc', |
| 456 '../../src/log.h', | 456 '../../src/log.h', |
| 457 '../../src/macro-assembler.h', | 457 '../../src/macro-assembler.h', |
| 458 '../../src/mark-compact.cc', | 458 '../../src/mark-compact.cc', |
| 459 '../../src/mark-compact.h', | 459 '../../src/mark-compact.h', |
| 460 '../../src/memory.h', | |
| 461 '../../src/messages.cc', | 460 '../../src/messages.cc', |
| 462 '../../src/messages.h', | 461 '../../src/messages.h', |
| 463 '../../src/natives.h', | 462 '../../src/natives.h', |
| 464 '../../src/objects-debug.cc', | 463 '../../src/objects-debug.cc', |
| 465 '../../src/objects-printer.cc', | 464 '../../src/objects-printer.cc', |
| 466 '../../src/objects-inl.h', | 465 '../../src/objects-inl.h', |
| 467 '../../src/objects-visiting.cc', | 466 '../../src/objects-visiting.cc', |
| 468 '../../src/objects-visiting.h', | 467 '../../src/objects-visiting.h', |
| 469 '../../src/objects.cc', | 468 '../../src/objects.cc', |
| 470 '../../src/objects.h', | 469 '../../src/objects.h', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 '../../src/unicode.cc', | 538 '../../src/unicode.cc', |
| 540 '../../src/unicode.h', | 539 '../../src/unicode.h', |
| 541 '../../src/utils.cc', | 540 '../../src/utils.cc', |
| 542 '../../src/utils.h', | 541 '../../src/utils.h', |
| 543 '../../src/v8-counters.cc', | 542 '../../src/v8-counters.cc', |
| 544 '../../src/v8-counters.h', | 543 '../../src/v8-counters.h', |
| 545 '../../src/v8.cc', | 544 '../../src/v8.cc', |
| 546 '../../src/v8.h', | 545 '../../src/v8.h', |
| 547 '../../src/v8checks.h', | 546 '../../src/v8checks.h', |
| 548 '../../src/v8globals.h', | 547 '../../src/v8globals.h', |
| 548 '../../src/v8memory.h', |
| 549 '../../src/v8threads.cc', | 549 '../../src/v8threads.cc', |
| 550 '../../src/v8threads.h', | 550 '../../src/v8threads.h', |
| 551 '../../src/v8utils.h', | 551 '../../src/v8utils.h', |
| 552 '../../src/variables.cc', | 552 '../../src/variables.cc', |
| 553 '../../src/variables.h', | 553 '../../src/variables.h', |
| 554 '../../src/version.cc', | 554 '../../src/version.cc', |
| 555 '../../src/version.h', | 555 '../../src/version.h', |
| 556 '../../src/virtual-frame-inl.h', | 556 '../../src/virtual-frame-inl.h', |
| 557 '../../src/virtual-frame.cc', | 557 '../../src/virtual-frame.cc', |
| 558 '../../src/virtual-frame.h', | 558 '../../src/virtual-frame.h', |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 862 'target_name': 'v8_shell', | 862 'target_name': 'v8_shell', |
| 863 'type': 'none', | 863 'type': 'none', |
| 864 'dependencies': [ | 864 'dependencies': [ |
| 865 'v8' | 865 'v8' |
| 866 ], | 866 ], |
| 867 }, | 867 }, |
| 868 ], | 868 ], |
| 869 }], | 869 }], |
| 870 ], | 870 ], |
| 871 } | 871 } |
| OLD | NEW |