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...) 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-classes.cc', |
738 '../../src/runtime/runtime-collections.cc', | 739 '../../src/runtime/runtime-collections.cc', |
739 '../../src/runtime/runtime-compiler.cc', | 740 '../../src/runtime/runtime-compiler.cc', |
740 '../../src/runtime/runtime-date.cc', | 741 '../../src/runtime/runtime-date.cc', |
741 '../../src/runtime/runtime-debug.cc', | 742 '../../src/runtime/runtime-debug.cc', |
742 '../../src/runtime/runtime-function.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', |
746 '../../src/runtime/runtime-literals.cc', | 747 '../../src/runtime/runtime-literals.cc', |
747 '../../src/runtime/runtime-liveedit.cc', | 748 '../../src/runtime/runtime-liveedit.cc', |
(...skipping 938 matching lines...) Loading... |
1686 }], | 1687 }], |
1687 ['v8_compress_startup_data=="bz2"', { | 1688 ['v8_compress_startup_data=="bz2"', { |
1688 'libraries': [ | 1689 'libraries': [ |
1689 '-lbz2', | 1690 '-lbz2', |
1690 ] | 1691 ] |
1691 }], | 1692 }], |
1692 ], | 1693 ], |
1693 }, | 1694 }, |
1694 ], | 1695 ], |
1695 } | 1696 } |
OLD | NEW |