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-collections.cc', |
| 739 '../../src/runtime/runtime-compiler.cc', |
738 '../../src/runtime/runtime-i18n.cc', | 740 '../../src/runtime/runtime-i18n.cc', |
739 '../../src/runtime/runtime-json.cc', | 741 '../../src/runtime/runtime-json.cc', |
| 742 '../../src/runtime/runtime-maths.cc', |
| 743 '../../src/runtime/runtime-numbers.cc', |
740 '../../src/runtime/runtime-regexp.cc', | 744 '../../src/runtime/runtime-regexp.cc', |
741 '../../src/runtime/runtime-strings.cc', | 745 '../../src/runtime/runtime-strings.cc', |
| 746 '../../src/runtime/runtime-test.cc', |
| 747 '../../src/runtime/runtime-typedarray.cc', |
742 '../../src/runtime/runtime-uri.cc', | 748 '../../src/runtime/runtime-uri.cc', |
743 '../../src/runtime/runtime-utils.h', | 749 '../../src/runtime/runtime-utils.h', |
744 '../../src/runtime/runtime.cc', | 750 '../../src/runtime/runtime.cc', |
745 '../../src/runtime/runtime.h', | 751 '../../src/runtime/runtime.h', |
746 '../../src/runtime/string-builder.h', | 752 '../../src/runtime/string-builder.h', |
747 '../../src/safepoint-table.cc', | 753 '../../src/safepoint-table.cc', |
748 '../../src/safepoint-table.h', | 754 '../../src/safepoint-table.h', |
749 '../../src/sampler.cc', | 755 '../../src/sampler.cc', |
750 '../../src/sampler.h', | 756 '../../src/sampler.h', |
751 '../../src/scanner-character-streams.cc', | 757 '../../src/scanner-character-streams.cc', |
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1670 }], | 1676 }], |
1671 ['v8_compress_startup_data=="bz2"', { | 1677 ['v8_compress_startup_data=="bz2"', { |
1672 'libraries': [ | 1678 'libraries': [ |
1673 '-lbz2', | 1679 '-lbz2', |
1674 ] | 1680 ] |
1675 }], | 1681 }], |
1676 ], | 1682 ], |
1677 }, | 1683 }, |
1678 ], | 1684 ], |
1679 } | 1685 } |
OLD | NEW |