| 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 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 591 '../../src/arm/disasm-arm.cc', | 591 '../../src/arm/disasm-arm.cc', |
| 592 '../../src/arm/frames-arm.cc', | 592 '../../src/arm/frames-arm.cc', |
| 593 '../../src/arm/frames-arm.h', | 593 '../../src/arm/frames-arm.h', |
| 594 '../../src/arm/full-codegen-arm.cc', | 594 '../../src/arm/full-codegen-arm.cc', |
| 595 '../../src/arm/ic-arm.cc', | 595 '../../src/arm/ic-arm.cc', |
| 596 '../../src/arm/jump-target-arm.cc', | 596 '../../src/arm/jump-target-arm.cc', |
| 597 '../../src/arm/lithium-arm.cc', | 597 '../../src/arm/lithium-arm.cc', |
| 598 '../../src/arm/lithium-arm.h', | 598 '../../src/arm/lithium-arm.h', |
| 599 '../../src/arm/lithium-codegen-arm.cc', | 599 '../../src/arm/lithium-codegen-arm.cc', |
| 600 '../../src/arm/lithium-codegen-arm.h', | 600 '../../src/arm/lithium-codegen-arm.h', |
| 601 '../../src/arm/lithium-gap-resolver-arm.cc', |
| 602 '../../src/arm/lithium-gap-resolver-arm.h', |
| 601 '../../src/arm/macro-assembler-arm.cc', | 603 '../../src/arm/macro-assembler-arm.cc', |
| 602 '../../src/arm/macro-assembler-arm.h', | 604 '../../src/arm/macro-assembler-arm.h', |
| 603 '../../src/arm/regexp-macro-assembler-arm.cc', | 605 '../../src/arm/regexp-macro-assembler-arm.cc', |
| 604 '../../src/arm/regexp-macro-assembler-arm.h', | 606 '../../src/arm/regexp-macro-assembler-arm.h', |
| 605 '../../src/arm/register-allocator-arm.cc', | 607 '../../src/arm/register-allocator-arm.cc', |
| 606 '../../src/arm/simulator-arm.cc', | 608 '../../src/arm/simulator-arm.cc', |
| 607 '../../src/arm/stub-cache-arm.cc', | 609 '../../src/arm/stub-cache-arm.cc', |
| 608 '../../src/arm/virtual-frame-arm-inl.h', | 610 '../../src/arm/virtual-frame-arm-inl.h', |
| 609 '../../src/arm/virtual-frame-arm.cc', | 611 '../../src/arm/virtual-frame-arm.cc', |
| 610 '../../src/arm/virtual-frame-arm.h', | 612 '../../src/arm/virtual-frame-arm.h', |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 858 'target_name': 'v8_shell', | 860 'target_name': 'v8_shell', |
| 859 'type': 'none', | 861 'type': 'none', |
| 860 'dependencies': [ | 862 'dependencies': [ |
| 861 'v8' | 863 'v8' |
| 862 ], | 864 ], |
| 863 }, | 865 }, |
| 864 ], | 866 ], |
| 865 }], | 867 }], |
| 866 ], | 868 ], |
| 867 } | 869 } |
| OLD | NEW |