| 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 1731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1742 '../../src/messages.h', | 1742 '../../src/messages.h', |
| 1743 '../../src/proxy.js', | 1743 '../../src/proxy.js', |
| 1744 '../../src/generator.js', | 1744 '../../src/generator.js', |
| 1745 '../../src/harmony-array.js', | 1745 '../../src/harmony-array.js', |
| 1746 '../../src/harmony-array-includes.js', | 1746 '../../src/harmony-array-includes.js', |
| 1747 '../../src/harmony-tostring.js', | 1747 '../../src/harmony-tostring.js', |
| 1748 '../../src/harmony-typedarray.js', | 1748 '../../src/harmony-typedarray.js', |
| 1749 '../../src/harmony-regexp.js', | 1749 '../../src/harmony-regexp.js', |
| 1750 '../../src/harmony-reflect.js', | 1750 '../../src/harmony-reflect.js', |
| 1751 '../../src/harmony-spread.js', | 1751 '../../src/harmony-spread.js', |
| 1752 '../../src/harmony-object.js', | 1752 '../../src/harmony-object.js' |
| 1753 '../../src/harmony-sharedarraybuffer.js', | |
| 1754 ], | 1753 ], |
| 1755 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1754 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 1756 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1755 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 1757 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', | 1756 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', |
| 1758 }, | 1757 }, |
| 1759 'actions': [ | 1758 'actions': [ |
| 1760 { | 1759 { |
| 1761 'action_name': 'js2c', | 1760 'action_name': 'js2c', |
| 1762 'inputs': [ | 1761 'inputs': [ |
| 1763 '../../tools/js2c.py', | 1762 '../../tools/js2c.py', |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1883 }], | 1882 }], |
| 1884 ['want_separate_host_toolset==1', { | 1883 ['want_separate_host_toolset==1', { |
| 1885 'toolsets': ['host'], | 1884 'toolsets': ['host'], |
| 1886 }, { | 1885 }, { |
| 1887 'toolsets': ['target'], | 1886 'toolsets': ['target'], |
| 1888 }], | 1887 }], |
| 1889 ], | 1888 ], |
| 1890 }, | 1889 }, |
| 1891 ], | 1890 ], |
| 1892 } | 1891 } |
| OLD | NEW |