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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
636 '../../src/i18n.h', | 636 '../../src/i18n.h', |
637 '../../src/icu_util.cc', | 637 '../../src/icu_util.cc', |
638 '../../src/icu_util.h', | 638 '../../src/icu_util.h', |
639 '../../src/ic/access-compiler.cc', | 639 '../../src/ic/access-compiler.cc', |
640 '../../src/ic/access-compiler.h', | 640 '../../src/ic/access-compiler.h', |
641 '../../src/ic/call-optimization.cc', | 641 '../../src/ic/call-optimization.cc', |
642 '../../src/ic/call-optimization.h', | 642 '../../src/ic/call-optimization.h', |
643 '../../src/ic/handler-compiler.cc', | 643 '../../src/ic/handler-compiler.cc', |
644 '../../src/ic/handler-compiler.h', | 644 '../../src/ic/handler-compiler.h', |
645 '../../src/ic/ic-inl.h', | 645 '../../src/ic/ic-inl.h', |
| 646 '../../src/ic/ic-state.cc', |
| 647 '../../src/ic/ic-state.h', |
646 '../../src/ic/ic.cc', | 648 '../../src/ic/ic.cc', |
647 '../../src/ic/ic.h', | 649 '../../src/ic/ic.h', |
648 '../../src/ic/ic-compiler.cc', | 650 '../../src/ic/ic-compiler.cc', |
649 '../../src/ic/ic-compiler.h', | 651 '../../src/ic/ic-compiler.h', |
650 '../../src/interface.cc', | 652 '../../src/interface.cc', |
651 '../../src/interface.h', | 653 '../../src/interface.h', |
652 '../../src/interface-descriptors.cc', | 654 '../../src/interface-descriptors.cc', |
653 '../../src/interface-descriptors.h', | 655 '../../src/interface-descriptors.h', |
654 '../../src/interpreter-irregexp.cc', | 656 '../../src/interpreter-irregexp.cc', |
655 '../../src/interpreter-irregexp.h', | 657 '../../src/interpreter-irregexp.h', |
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1649 }], | 1651 }], |
1650 ['v8_compress_startup_data=="bz2"', { | 1652 ['v8_compress_startup_data=="bz2"', { |
1651 'libraries': [ | 1653 'libraries': [ |
1652 '-lbz2', | 1654 '-lbz2', |
1653 ] | 1655 ] |
1654 }], | 1656 }], |
1655 ], | 1657 ], |
1656 }, | 1658 }, |
1657 ], | 1659 ], |
1658 } | 1660 } |
OLD | NEW |