| 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 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1706 'experimental_library_files': [ | 1706 'experimental_library_files': [ |
| 1707 '../../src/macros.py', | 1707 '../../src/macros.py', |
| 1708 '../../src/proxy.js', | 1708 '../../src/proxy.js', |
| 1709 '../../src/generator.js', | 1709 '../../src/generator.js', |
| 1710 '../../src/harmony-string.js', | 1710 '../../src/harmony-string.js', |
| 1711 '../../src/harmony-array.js', | 1711 '../../src/harmony-array.js', |
| 1712 '../../src/harmony-array-includes.js', | 1712 '../../src/harmony-array-includes.js', |
| 1713 '../../src/harmony-tostring.js', | 1713 '../../src/harmony-tostring.js', |
| 1714 '../../src/harmony-typedarray.js', | 1714 '../../src/harmony-typedarray.js', |
| 1715 '../../src/harmony-templates.js', | 1715 '../../src/harmony-templates.js', |
| 1716 '../../src/harmony-regexp.js' | 1716 '../../src/harmony-regexp.js', |
| 1717 '../../src/harmony-reflect.js' |
| 1717 ], | 1718 ], |
| 1718 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1719 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 1719 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1720 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 1720 }, | 1721 }, |
| 1721 'actions': [ | 1722 'actions': [ |
| 1722 { | 1723 { |
| 1723 'action_name': 'js2c', | 1724 'action_name': 'js2c', |
| 1724 'inputs': [ | 1725 'inputs': [ |
| 1725 '../../tools/js2c.py', | 1726 '../../tools/js2c.py', |
| 1726 '<@(library_files)', | 1727 '<@(library_files)', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1820 }], | 1821 }], |
| 1821 ['want_separate_host_toolset==1', { | 1822 ['want_separate_host_toolset==1', { |
| 1822 'toolsets': ['host'], | 1823 'toolsets': ['host'], |
| 1823 }, { | 1824 }, { |
| 1824 'toolsets': ['target'], | 1825 'toolsets': ['target'], |
| 1825 }], | 1826 }], |
| 1826 ], | 1827 ], |
| 1827 }, | 1828 }, |
| 1828 ], | 1829 ], |
| 1829 } | 1830 } |
| OLD | NEW |