| 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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 '../../src/runtime/runtime-json.cc', | 870 '../../src/runtime/runtime-json.cc', |
| 871 '../../src/runtime/runtime-literals.cc', | 871 '../../src/runtime/runtime-literals.cc', |
| 872 '../../src/runtime/runtime-liveedit.cc', | 872 '../../src/runtime/runtime-liveedit.cc', |
| 873 '../../src/runtime/runtime-maths.cc', | 873 '../../src/runtime/runtime-maths.cc', |
| 874 '../../src/runtime/runtime-numbers.cc', | 874 '../../src/runtime/runtime-numbers.cc', |
| 875 '../../src/runtime/runtime-object.cc', | 875 '../../src/runtime/runtime-object.cc', |
| 876 '../../src/runtime/runtime-observe.cc', | 876 '../../src/runtime/runtime-observe.cc', |
| 877 '../../src/runtime/runtime-proxy.cc', | 877 '../../src/runtime/runtime-proxy.cc', |
| 878 '../../src/runtime/runtime-regexp.cc', | 878 '../../src/runtime/runtime-regexp.cc', |
| 879 '../../src/runtime/runtime-scopes.cc', | 879 '../../src/runtime/runtime-scopes.cc', |
| 880 '../../src/runtime/runtime-simd.cc', |
| 880 '../../src/runtime/runtime-strings.cc', | 881 '../../src/runtime/runtime-strings.cc', |
| 881 '../../src/runtime/runtime-symbol.cc', | 882 '../../src/runtime/runtime-symbol.cc', |
| 882 '../../src/runtime/runtime-test.cc', | 883 '../../src/runtime/runtime-test.cc', |
| 883 '../../src/runtime/runtime-typedarray.cc', | 884 '../../src/runtime/runtime-typedarray.cc', |
| 884 '../../src/runtime/runtime-uri.cc', | 885 '../../src/runtime/runtime-uri.cc', |
| 885 '../../src/runtime/runtime-utils.h', | 886 '../../src/runtime/runtime-utils.h', |
| 886 '../../src/runtime/runtime.cc', | 887 '../../src/runtime/runtime.cc', |
| 887 '../../src/runtime/runtime.h', | 888 '../../src/runtime/runtime.h', |
| 888 '../../src/safepoint-table.cc', | 889 '../../src/safepoint-table.cc', |
| 889 '../../src/safepoint-table.h', | 890 '../../src/safepoint-table.h', |
| (...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1786 '../../src/generator.js', | 1787 '../../src/generator.js', |
| 1787 '../../src/harmony-atomics.js', | 1788 '../../src/harmony-atomics.js', |
| 1788 '../../src/harmony-array-includes.js', | 1789 '../../src/harmony-array-includes.js', |
| 1789 '../../src/harmony-concat-spreadable.js', | 1790 '../../src/harmony-concat-spreadable.js', |
| 1790 '../../src/harmony-tostring.js', | 1791 '../../src/harmony-tostring.js', |
| 1791 '../../src/harmony-regexp.js', | 1792 '../../src/harmony-regexp.js', |
| 1792 '../../src/harmony-reflect.js', | 1793 '../../src/harmony-reflect.js', |
| 1793 '../../src/harmony-spread.js', | 1794 '../../src/harmony-spread.js', |
| 1794 '../../src/harmony-object.js', | 1795 '../../src/harmony-object.js', |
| 1795 '../../src/harmony-sharedarraybuffer.js', | 1796 '../../src/harmony-sharedarraybuffer.js', |
| 1797 '../../src/harmony-simd.js', |
| 1796 ], | 1798 ], |
| 1797 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1799 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 1798 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1800 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 1799 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', | 1801 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', |
| 1800 }, | 1802 }, |
| 1801 'actions': [ | 1803 'actions': [ |
| 1802 { | 1804 { |
| 1803 'action_name': 'js2c', | 1805 'action_name': 'js2c', |
| 1804 'inputs': [ | 1806 'inputs': [ |
| 1805 '../../tools/js2c.py', | 1807 '../../tools/js2c.py', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1925 }], | 1927 }], |
| 1926 ['want_separate_host_toolset==1', { | 1928 ['want_separate_host_toolset==1', { |
| 1927 'toolsets': ['host'], | 1929 'toolsets': ['host'], |
| 1928 }, { | 1930 }, { |
| 1929 'toolsets': ['target'], | 1931 'toolsets': ['target'], |
| 1930 }], | 1932 }], |
| 1931 ], | 1933 ], |
| 1932 }, | 1934 }, |
| 1933 ], | 1935 ], |
| 1934 } | 1936 } |
| OLD | NEW |