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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 '../../src/string-stream.h', | 754 '../../src/string-stream.h', |
755 '../../src/strtod.cc', | 755 '../../src/strtod.cc', |
756 '../../src/strtod.h', | 756 '../../src/strtod.h', |
757 '../../src/ic/stub-cache.cc', | 757 '../../src/ic/stub-cache.cc', |
758 '../../src/ic/stub-cache.h', | 758 '../../src/ic/stub-cache.h', |
759 '../../src/token.cc', | 759 '../../src/token.cc', |
760 '../../src/token.h', | 760 '../../src/token.h', |
761 '../../src/transitions-inl.h', | 761 '../../src/transitions-inl.h', |
762 '../../src/transitions.cc', | 762 '../../src/transitions.cc', |
763 '../../src/transitions.h', | 763 '../../src/transitions.h', |
| 764 '../../src/type-feedback-vector-inl.h', |
764 '../../src/type-feedback-vector.cc', | 765 '../../src/type-feedback-vector.cc', |
765 '../../src/type-feedback-vector.h', | 766 '../../src/type-feedback-vector.h', |
766 '../../src/type-info.cc', | 767 '../../src/type-info.cc', |
767 '../../src/type-info.h', | 768 '../../src/type-info.h', |
768 '../../src/types-inl.h', | 769 '../../src/types-inl.h', |
769 '../../src/types.cc', | 770 '../../src/types.cc', |
770 '../../src/types.h', | 771 '../../src/types.h', |
771 '../../src/typing.cc', | 772 '../../src/typing.cc', |
772 '../../src/typing.h', | 773 '../../src/typing.h', |
773 '../../src/unbound-queue-inl.h', | 774 '../../src/unbound-queue-inl.h', |
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1654 }], | 1655 }], |
1655 ['v8_compress_startup_data=="bz2"', { | 1656 ['v8_compress_startup_data=="bz2"', { |
1656 'libraries': [ | 1657 'libraries': [ |
1657 '-lbz2', | 1658 '-lbz2', |
1658 ] | 1659 ] |
1659 }], | 1660 }], |
1660 ], | 1661 ], |
1661 }, | 1662 }, |
1662 ], | 1663 ], |
1663 } | 1664 } |
OLD | NEW |