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 722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
733 '../../src/regexp-stack.cc', | 733 '../../src/regexp-stack.cc', |
734 '../../src/regexp-stack.h', | 734 '../../src/regexp-stack.h', |
735 '../../src/rewriter.cc', | 735 '../../src/rewriter.cc', |
736 '../../src/rewriter.h', | 736 '../../src/rewriter.h', |
737 '../../src/runtime-profiler.cc', | 737 '../../src/runtime-profiler.cc', |
738 '../../src/runtime-profiler.h', | 738 '../../src/runtime-profiler.h', |
739 '../../src/runtime/runtime-collections.cc', | 739 '../../src/runtime/runtime-collections.cc', |
740 '../../src/runtime/runtime-compiler.cc', | 740 '../../src/runtime/runtime-compiler.cc', |
741 '../../src/runtime/runtime-date.cc', | 741 '../../src/runtime/runtime-date.cc', |
742 '../../src/runtime/runtime-debug.cc', | 742 '../../src/runtime/runtime-debug.cc', |
| 743 '../../src/runtime/runtime-function.cc', |
743 '../../src/runtime/runtime-generator.cc', | 744 '../../src/runtime/runtime-generator.cc', |
744 '../../src/runtime/runtime-i18n.cc', | 745 '../../src/runtime/runtime-i18n.cc', |
745 '../../src/runtime/runtime-json.cc', | 746 '../../src/runtime/runtime-json.cc', |
| 747 '../../src/runtime/runtime-literals.cc', |
746 '../../src/runtime/runtime-liveedit.cc', | 748 '../../src/runtime/runtime-liveedit.cc', |
747 '../../src/runtime/runtime-maths.cc', | 749 '../../src/runtime/runtime-maths.cc', |
748 '../../src/runtime/runtime-numbers.cc', | 750 '../../src/runtime/runtime-numbers.cc', |
| 751 '../../src/runtime/runtime-observe.cc', |
| 752 '../../src/runtime/runtime-proxy.cc', |
749 '../../src/runtime/runtime-regexp.cc', | 753 '../../src/runtime/runtime-regexp.cc', |
| 754 '../../src/runtime/runtime-scopes.cc', |
750 '../../src/runtime/runtime-strings.cc', | 755 '../../src/runtime/runtime-strings.cc', |
| 756 '../../src/runtime/runtime-symbol.cc', |
751 '../../src/runtime/runtime-test.cc', | 757 '../../src/runtime/runtime-test.cc', |
752 '../../src/runtime/runtime-typedarray.cc', | 758 '../../src/runtime/runtime-typedarray.cc', |
753 '../../src/runtime/runtime-uri.cc', | 759 '../../src/runtime/runtime-uri.cc', |
754 '../../src/runtime/runtime-utils.h', | 760 '../../src/runtime/runtime-utils.h', |
755 '../../src/runtime/runtime.cc', | 761 '../../src/runtime/runtime.cc', |
756 '../../src/runtime/runtime.h', | 762 '../../src/runtime/runtime.h', |
757 '../../src/runtime/string-builder.h', | 763 '../../src/runtime/string-builder.h', |
758 '../../src/safepoint-table.cc', | 764 '../../src/safepoint-table.cc', |
759 '../../src/safepoint-table.h', | 765 '../../src/safepoint-table.h', |
760 '../../src/sampler.cc', | 766 '../../src/sampler.cc', |
(...skipping 920 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1681 }], | 1687 }], |
1682 ['v8_compress_startup_data=="bz2"', { | 1688 ['v8_compress_startup_data=="bz2"', { |
1683 'libraries': [ | 1689 'libraries': [ |
1684 '-lbz2', | 1690 '-lbz2', |
1685 ] | 1691 ] |
1686 }], | 1692 }], |
1687 ], | 1693 ], |
1688 }, | 1694 }, |
1689 ], | 1695 ], |
1690 } | 1696 } |
OLD | NEW |