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 1689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1700 'experimental_library_files': [ | 1700 'experimental_library_files': [ |
1701 '../../src/macros.py', | 1701 '../../src/macros.py', |
1702 '../../src/proxy.js', | 1702 '../../src/proxy.js', |
1703 '../../src/generator.js', | 1703 '../../src/generator.js', |
1704 '../../src/harmony-string.js', | 1704 '../../src/harmony-string.js', |
1705 '../../src/harmony-array.js', | 1705 '../../src/harmony-array.js', |
1706 '../../src/harmony-array-includes.js', | 1706 '../../src/harmony-array-includes.js', |
1707 '../../src/harmony-tostring.js', | 1707 '../../src/harmony-tostring.js', |
1708 '../../src/harmony-typedarray.js', | 1708 '../../src/harmony-typedarray.js', |
1709 '../../src/harmony-templates.js', | 1709 '../../src/harmony-templates.js', |
1710 '../../src/harmony-regexp.js' | 1710 '../../src/harmony-regexp.js', |
| 1711 '../../src/harmony-spread.js' |
1711 ], | 1712 ], |
1712 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1713 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
1713 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1714 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
1714 }, | 1715 }, |
1715 'actions': [ | 1716 'actions': [ |
1716 { | 1717 { |
1717 'action_name': 'js2c', | 1718 'action_name': 'js2c', |
1718 'inputs': [ | 1719 'inputs': [ |
1719 '../../tools/js2c.py', | 1720 '../../tools/js2c.py', |
1720 '<@(library_files)', | 1721 '<@(library_files)', |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1814 }], | 1815 }], |
1815 ['want_separate_host_toolset==1', { | 1816 ['want_separate_host_toolset==1', { |
1816 'toolsets': ['host'], | 1817 'toolsets': ['host'], |
1817 }, { | 1818 }, { |
1818 'toolsets': ['target'], | 1819 'toolsets': ['target'], |
1819 }], | 1820 }], |
1820 ], | 1821 ], |
1821 }, | 1822 }, |
1822 ], | 1823 ], |
1823 } | 1824 } |
OLD | NEW |