| 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 1768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1779 '../../src/harmony-array.js', | 1779 '../../src/harmony-array.js', |
| 1780 '../../src/harmony-typedarray.js', | 1780 '../../src/harmony-typedarray.js', |
| 1781 ], | 1781 ], |
| 1782 'experimental_library_files': [ | 1782 'experimental_library_files': [ |
| 1783 '../../src/macros.py', | 1783 '../../src/macros.py', |
| 1784 '../../src/messages.h', | 1784 '../../src/messages.h', |
| 1785 '../../src/proxy.js', | 1785 '../../src/proxy.js', |
| 1786 '../../src/generator.js', | 1786 '../../src/generator.js', |
| 1787 '../../src/harmony-atomics.js', | 1787 '../../src/harmony-atomics.js', |
| 1788 '../../src/harmony-array-includes.js', | 1788 '../../src/harmony-array-includes.js', |
| 1789 '../../src/harmony-concat-spreadable.js', |
| 1789 '../../src/harmony-tostring.js', | 1790 '../../src/harmony-tostring.js', |
| 1790 '../../src/harmony-regexp.js', | 1791 '../../src/harmony-regexp.js', |
| 1791 '../../src/harmony-reflect.js', | 1792 '../../src/harmony-reflect.js', |
| 1792 '../../src/harmony-spread.js', | 1793 '../../src/harmony-spread.js', |
| 1793 '../../src/harmony-object.js', | 1794 '../../src/harmony-object.js', |
| 1794 '../../src/harmony-sharedarraybuffer.js', | 1795 '../../src/harmony-sharedarraybuffer.js', |
| 1795 ], | 1796 ], |
| 1796 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1797 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 1797 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1798 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 1798 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', | 1799 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1924 }], | 1925 }], |
| 1925 ['want_separate_host_toolset==1', { | 1926 ['want_separate_host_toolset==1', { |
| 1926 'toolsets': ['host'], | 1927 'toolsets': ['host'], |
| 1927 }, { | 1928 }, { |
| 1928 'toolsets': ['target'], | 1929 'toolsets': ['target'], |
| 1929 }], | 1930 }], |
| 1930 ], | 1931 ], |
| 1931 }, | 1932 }, |
| 1932 ], | 1933 ], |
| 1933 } | 1934 } |
| OLD | NEW |