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 1718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1729 '../../src/macros.py', | 1729 '../../src/macros.py', |
1730 '../../src/messages.h', | 1730 '../../src/messages.h', |
1731 '../../src/proxy.js', | 1731 '../../src/proxy.js', |
1732 '../../src/generator.js', | 1732 '../../src/generator.js', |
1733 '../../src/harmony-array.js', | 1733 '../../src/harmony-array.js', |
1734 '../../src/harmony-array-includes.js', | 1734 '../../src/harmony-array-includes.js', |
1735 '../../src/harmony-tostring.js', | 1735 '../../src/harmony-tostring.js', |
1736 '../../src/harmony-typedarray.js', | 1736 '../../src/harmony-typedarray.js', |
1737 '../../src/harmony-regexp.js', | 1737 '../../src/harmony-regexp.js', |
1738 '../../src/harmony-reflect.js', | 1738 '../../src/harmony-reflect.js', |
1739 '../../src/harmony-spread.js' | 1739 '../../src/harmony-spread.js', |
| 1740 '../../src/harmony-object.js' |
1740 ], | 1741 ], |
1741 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1742 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
1742 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1743 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
1743 }, | 1744 }, |
1744 'actions': [ | 1745 'actions': [ |
1745 { | 1746 { |
1746 'action_name': 'js2c', | 1747 'action_name': 'js2c', |
1747 'inputs': [ | 1748 'inputs': [ |
1748 '../../tools/js2c.py', | 1749 '../../tools/js2c.py', |
1749 '<@(library_files)', | 1750 '<@(library_files)', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1846 }], | 1847 }], |
1847 ['want_separate_host_toolset==1', { | 1848 ['want_separate_host_toolset==1', { |
1848 'toolsets': ['host'], | 1849 'toolsets': ['host'], |
1849 }, { | 1850 }, { |
1850 'toolsets': ['target'], | 1851 'toolsets': ['target'], |
1851 }], | 1852 }], |
1852 ], | 1853 ], |
1853 }, | 1854 }, |
1854 ], | 1855 ], |
1855 } | 1856 } |
OLD | NEW |