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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
725 '../../src/regexp-macro-assembler-tracer.h', | 725 '../../src/regexp-macro-assembler-tracer.h', |
726 '../../src/regexp-macro-assembler.cc', | 726 '../../src/regexp-macro-assembler.cc', |
727 '../../src/regexp-macro-assembler.h', | 727 '../../src/regexp-macro-assembler.h', |
728 '../../src/regexp-stack.cc', | 728 '../../src/regexp-stack.cc', |
729 '../../src/regexp-stack.h', | 729 '../../src/regexp-stack.h', |
730 '../../src/rewriter.cc', | 730 '../../src/rewriter.cc', |
731 '../../src/rewriter.h', | 731 '../../src/rewriter.h', |
732 '../../src/runtime-profiler.cc', | 732 '../../src/runtime-profiler.cc', |
733 '../../src/runtime-profiler.h', | 733 '../../src/runtime-profiler.h', |
734 '../../src/runtime/runtime-i18n.cc', | 734 '../../src/runtime/runtime-i18n.cc', |
| 735 '../../src/runtime/runtime-json.cc', |
| 736 '../../src/runtime/runtime-regexp.cc', |
| 737 '../../src/runtime/runtime-strings.cc', |
| 738 '../../src/runtime/runtime-uri.cc', |
735 '../../src/runtime/runtime-utils.h', | 739 '../../src/runtime/runtime-utils.h', |
736 '../../src/runtime/runtime.cc', | 740 '../../src/runtime/runtime.cc', |
737 '../../src/runtime/runtime.h', | 741 '../../src/runtime/runtime.h', |
| 742 '../../src/runtime/string-builder.h', |
738 '../../src/safepoint-table.cc', | 743 '../../src/safepoint-table.cc', |
739 '../../src/safepoint-table.h', | 744 '../../src/safepoint-table.h', |
740 '../../src/sampler.cc', | 745 '../../src/sampler.cc', |
741 '../../src/sampler.h', | 746 '../../src/sampler.h', |
742 '../../src/scanner-character-streams.cc', | 747 '../../src/scanner-character-streams.cc', |
743 '../../src/scanner-character-streams.h', | 748 '../../src/scanner-character-streams.h', |
744 '../../src/scanner.cc', | 749 '../../src/scanner.cc', |
745 '../../src/scanner.h', | 750 '../../src/scanner.h', |
746 '../../src/scopeinfo.cc', | 751 '../../src/scopeinfo.cc', |
747 '../../src/scopeinfo.h', | 752 '../../src/scopeinfo.h', |
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1661 }], | 1666 }], |
1662 ['v8_compress_startup_data=="bz2"', { | 1667 ['v8_compress_startup_data=="bz2"', { |
1663 'libraries': [ | 1668 'libraries': [ |
1664 '-lbz2', | 1669 '-lbz2', |
1665 ] | 1670 ] |
1666 }], | 1671 }], |
1667 ], | 1672 ], |
1668 }, | 1673 }, |
1669 ], | 1674 ], |
1670 } | 1675 } |
OLD | NEW |