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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 '../../src/extensions/gc-extension.cc', | 547 '../../src/extensions/gc-extension.cc', |
548 '../../src/extensions/gc-extension.h', | 548 '../../src/extensions/gc-extension.h', |
549 '../../src/extensions/statistics-extension.cc', | 549 '../../src/extensions/statistics-extension.cc', |
550 '../../src/extensions/statistics-extension.h', | 550 '../../src/extensions/statistics-extension.h', |
551 '../../src/extensions/trigger-failure-extension.cc', | 551 '../../src/extensions/trigger-failure-extension.cc', |
552 '../../src/extensions/trigger-failure-extension.h', | 552 '../../src/extensions/trigger-failure-extension.h', |
553 '../../src/factory.cc', | 553 '../../src/factory.cc', |
554 '../../src/factory.h', | 554 '../../src/factory.h', |
555 '../../src/fast-dtoa.cc', | 555 '../../src/fast-dtoa.cc', |
556 '../../src/fast-dtoa.h', | 556 '../../src/fast-dtoa.h', |
557 '../../src/feedback-slots.h', | |
558 '../../src/field-index.h', | 557 '../../src/field-index.h', |
559 '../../src/field-index-inl.h', | 558 '../../src/field-index-inl.h', |
560 '../../src/fixed-dtoa.cc', | 559 '../../src/fixed-dtoa.cc', |
561 '../../src/fixed-dtoa.h', | 560 '../../src/fixed-dtoa.h', |
562 '../../src/flag-definitions.h', | 561 '../../src/flag-definitions.h', |
563 '../../src/flags.cc', | 562 '../../src/flags.cc', |
564 '../../src/flags.h', | 563 '../../src/flags.h', |
565 '../../src/frames-inl.h', | 564 '../../src/frames-inl.h', |
566 '../../src/frames.cc', | 565 '../../src/frames.cc', |
567 '../../src/frames.h', | 566 '../../src/frames.h', |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
825 '../../src/typing.cc', | 824 '../../src/typing.cc', |
826 '../../src/typing.h', | 825 '../../src/typing.h', |
827 '../../src/unbound-queue-inl.h', | 826 '../../src/unbound-queue-inl.h', |
828 '../../src/unbound-queue.h', | 827 '../../src/unbound-queue.h', |
829 '../../src/unicode-inl.h', | 828 '../../src/unicode-inl.h', |
830 '../../src/unicode.cc', | 829 '../../src/unicode.cc', |
831 '../../src/unicode.h', | 830 '../../src/unicode.h', |
832 '../../src/unicode-decoder.cc', | 831 '../../src/unicode-decoder.cc', |
833 '../../src/unicode-decoder.h', | 832 '../../src/unicode-decoder.h', |
834 '../../src/unique.h', | 833 '../../src/unique.h', |
835 '../../src/uri.h', | |
836 '../../src/utils-inl.h', | 834 '../../src/utils-inl.h', |
837 '../../src/utils.cc', | 835 '../../src/utils.cc', |
838 '../../src/utils.h', | 836 '../../src/utils.h', |
839 '../../src/v8.cc', | 837 '../../src/v8.cc', |
840 '../../src/v8.h', | 838 '../../src/v8.h', |
841 '../../src/v8memory.h', | 839 '../../src/v8memory.h', |
842 '../../src/v8threads.cc', | 840 '../../src/v8threads.cc', |
843 '../../src/v8threads.h', | 841 '../../src/v8threads.h', |
844 '../../src/variables.cc', | 842 '../../src/variables.cc', |
845 '../../src/variables.h', | 843 '../../src/variables.h', |
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1728 }], | 1726 }], |
1729 ['v8_compress_startup_data=="bz2"', { | 1727 ['v8_compress_startup_data=="bz2"', { |
1730 'libraries': [ | 1728 'libraries': [ |
1731 '-lbz2', | 1729 '-lbz2', |
1732 ] | 1730 ] |
1733 }], | 1731 }], |
1734 ], | 1732 ], |
1735 }, | 1733 }, |
1736 ], | 1734 ], |
1737 } | 1735 } |
OLD | NEW |