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 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
728 '../../src/regexp-macro-assembler-tracer.cc', | 728 '../../src/regexp-macro-assembler-tracer.cc', |
729 '../../src/regexp-macro-assembler-tracer.h', | 729 '../../src/regexp-macro-assembler-tracer.h', |
730 '../../src/regexp-macro-assembler.cc', | 730 '../../src/regexp-macro-assembler.cc', |
731 '../../src/regexp-macro-assembler.h', | 731 '../../src/regexp-macro-assembler.h', |
732 '../../src/regexp-stack.cc', | 732 '../../src/regexp-stack.cc', |
733 '../../src/regexp-stack.h', | 733 '../../src/regexp-stack.h', |
734 '../../src/rewriter.cc', | 734 '../../src/rewriter.cc', |
735 '../../src/rewriter.h', | 735 '../../src/rewriter.h', |
736 '../../src/runtime-profiler.cc', | 736 '../../src/runtime-profiler.cc', |
737 '../../src/runtime-profiler.h', | 737 '../../src/runtime-profiler.h', |
| 738 '../../src/runtime/runtime-api.cc', |
| 739 '../../src/runtime/runtime-array.cc', |
738 '../../src/runtime/runtime-classes.cc', | 740 '../../src/runtime/runtime-classes.cc', |
739 '../../src/runtime/runtime-collections.cc', | 741 '../../src/runtime/runtime-collections.cc', |
740 '../../src/runtime/runtime-compiler.cc', | 742 '../../src/runtime/runtime-compiler.cc', |
741 '../../src/runtime/runtime-date.cc', | 743 '../../src/runtime/runtime-date.cc', |
742 '../../src/runtime/runtime-debug.cc', | 744 '../../src/runtime/runtime-debug.cc', |
743 '../../src/runtime/runtime-function.cc', | 745 '../../src/runtime/runtime-function.cc', |
744 '../../src/runtime/runtime-generator.cc', | 746 '../../src/runtime/runtime-generator.cc', |
745 '../../src/runtime/runtime-i18n.cc', | 747 '../../src/runtime/runtime-i18n.cc', |
| 748 '../../src/runtime/runtime-internal.cc', |
746 '../../src/runtime/runtime-json.cc', | 749 '../../src/runtime/runtime-json.cc', |
747 '../../src/runtime/runtime-literals.cc', | 750 '../../src/runtime/runtime-literals.cc', |
748 '../../src/runtime/runtime-liveedit.cc', | 751 '../../src/runtime/runtime-liveedit.cc', |
749 '../../src/runtime/runtime-maths.cc', | 752 '../../src/runtime/runtime-maths.cc', |
750 '../../src/runtime/runtime-numbers.cc', | 753 '../../src/runtime/runtime-numbers.cc', |
| 754 '../../src/runtime/runtime-object.cc', |
751 '../../src/runtime/runtime-observe.cc', | 755 '../../src/runtime/runtime-observe.cc', |
752 '../../src/runtime/runtime-proxy.cc', | 756 '../../src/runtime/runtime-proxy.cc', |
753 '../../src/runtime/runtime-regexp.cc', | 757 '../../src/runtime/runtime-regexp.cc', |
754 '../../src/runtime/runtime-scopes.cc', | 758 '../../src/runtime/runtime-scopes.cc', |
755 '../../src/runtime/runtime-strings.cc', | 759 '../../src/runtime/runtime-strings.cc', |
756 '../../src/runtime/runtime-symbol.cc', | 760 '../../src/runtime/runtime-symbol.cc', |
757 '../../src/runtime/runtime-test.cc', | 761 '../../src/runtime/runtime-test.cc', |
758 '../../src/runtime/runtime-typedarray.cc', | 762 '../../src/runtime/runtime-typedarray.cc', |
759 '../../src/runtime/runtime-uri.cc', | 763 '../../src/runtime/runtime-uri.cc', |
760 '../../src/runtime/runtime-utils.h', | 764 '../../src/runtime/runtime-utils.h', |
(...skipping 948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1709 }], | 1713 }], |
1710 ['v8_compress_startup_data=="bz2"', { | 1714 ['v8_compress_startup_data=="bz2"', { |
1711 'libraries': [ | 1715 'libraries': [ |
1712 '-lbz2', | 1716 '-lbz2', |
1713 ] | 1717 ] |
1714 }], | 1718 }], |
1715 ], | 1719 ], |
1716 }, | 1720 }, |
1717 ], | 1721 ], |
1718 } | 1722 } |
OLD | NEW |