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 815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
826 '../../src/regexp-macro-assembler-tracer.h', | 826 '../../src/regexp-macro-assembler-tracer.h', |
827 '../../src/regexp-macro-assembler.cc', | 827 '../../src/regexp-macro-assembler.cc', |
828 '../../src/regexp-macro-assembler.h', | 828 '../../src/regexp-macro-assembler.h', |
829 '../../src/regexp-stack.cc', | 829 '../../src/regexp-stack.cc', |
830 '../../src/regexp-stack.h', | 830 '../../src/regexp-stack.h', |
831 '../../src/rewriter.cc', | 831 '../../src/rewriter.cc', |
832 '../../src/rewriter.h', | 832 '../../src/rewriter.h', |
833 '../../src/runtime-profiler.cc', | 833 '../../src/runtime-profiler.cc', |
834 '../../src/runtime-profiler.h', | 834 '../../src/runtime-profiler.h', |
835 '../../src/runtime/runtime-array.cc', | 835 '../../src/runtime/runtime-array.cc', |
| 836 '../../src/runtime/runtime-atomics.cc', |
836 '../../src/runtime/runtime-classes.cc', | 837 '../../src/runtime/runtime-classes.cc', |
837 '../../src/runtime/runtime-collections.cc', | 838 '../../src/runtime/runtime-collections.cc', |
838 '../../src/runtime/runtime-compiler.cc', | 839 '../../src/runtime/runtime-compiler.cc', |
839 '../../src/runtime/runtime-date.cc', | 840 '../../src/runtime/runtime-date.cc', |
840 '../../src/runtime/runtime-debug.cc', | 841 '../../src/runtime/runtime-debug.cc', |
841 '../../src/runtime/runtime-function.cc', | 842 '../../src/runtime/runtime-function.cc', |
842 '../../src/runtime/runtime-generator.cc', | 843 '../../src/runtime/runtime-generator.cc', |
843 '../../src/runtime/runtime-i18n.cc', | 844 '../../src/runtime/runtime-i18n.cc', |
844 '../../src/runtime/runtime-internal.cc', | 845 '../../src/runtime/runtime-internal.cc', |
845 '../../src/runtime/runtime-json.cc', | 846 '../../src/runtime/runtime-json.cc', |
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1735 '../../src/debug-debugger.js', | 1736 '../../src/debug-debugger.js', |
1736 '../../src/mirror-debugger.js', | 1737 '../../src/mirror-debugger.js', |
1737 '../../src/liveedit-debugger.js', | 1738 '../../src/liveedit-debugger.js', |
1738 '../../src/templates.js', | 1739 '../../src/templates.js', |
1739 ], | 1740 ], |
1740 'experimental_library_files': [ | 1741 'experimental_library_files': [ |
1741 '../../src/macros.py', | 1742 '../../src/macros.py', |
1742 '../../src/messages.h', | 1743 '../../src/messages.h', |
1743 '../../src/proxy.js', | 1744 '../../src/proxy.js', |
1744 '../../src/generator.js', | 1745 '../../src/generator.js', |
| 1746 '../../src/harmony-atomics.js', |
1745 '../../src/harmony-array.js', | 1747 '../../src/harmony-array.js', |
1746 '../../src/harmony-array-includes.js', | 1748 '../../src/harmony-array-includes.js', |
1747 '../../src/harmony-tostring.js', | 1749 '../../src/harmony-tostring.js', |
1748 '../../src/harmony-typedarray.js', | 1750 '../../src/harmony-typedarray.js', |
1749 '../../src/harmony-regexp.js', | 1751 '../../src/harmony-regexp.js', |
1750 '../../src/harmony-reflect.js', | 1752 '../../src/harmony-reflect.js', |
1751 '../../src/harmony-spread.js', | 1753 '../../src/harmony-spread.js', |
1752 '../../src/harmony-object.js', | 1754 '../../src/harmony-object.js', |
1753 '../../src/harmony-sharedarraybuffer.js', | 1755 '../../src/harmony-sharedarraybuffer.js', |
1754 ], | 1756 ], |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1883 }], | 1885 }], |
1884 ['want_separate_host_toolset==1', { | 1886 ['want_separate_host_toolset==1', { |
1885 'toolsets': ['host'], | 1887 'toolsets': ['host'], |
1886 }, { | 1888 }, { |
1887 'toolsets': ['target'], | 1889 'toolsets': ['target'], |
1888 }], | 1890 }], |
1889 ], | 1891 ], |
1890 }, | 1892 }, |
1891 ], | 1893 ], |
1892 } | 1894 } |
OLD | NEW |