| 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 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1627 ], | 1627 ], |
| 1628 'experimental_library_files': [ | 1628 'experimental_library_files': [ |
| 1629 '../../src/macros.py', | 1629 '../../src/macros.py', |
| 1630 '../../src/proxy.js', | 1630 '../../src/proxy.js', |
| 1631 '../../src/generator.js', | 1631 '../../src/generator.js', |
| 1632 '../../src/harmony-string.js', | 1632 '../../src/harmony-string.js', |
| 1633 '../../src/harmony-array.js', | 1633 '../../src/harmony-array.js', |
| 1634 '../../src/harmony-tostring.js', | 1634 '../../src/harmony-tostring.js', |
| 1635 '../../src/harmony-typedarray.js', | 1635 '../../src/harmony-typedarray.js', |
| 1636 '../../src/harmony-classes.js', | 1636 '../../src/harmony-classes.js', |
| 1637 '../../src/harmony-templates.js' | 1637 '../../src/harmony-templates.js', |
| 1638 '../../src/harmony-object.js' |
| 1638 ], | 1639 ], |
| 1639 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1640 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 1640 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1641 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 1641 }, | 1642 }, |
| 1642 'actions': [ | 1643 'actions': [ |
| 1643 { | 1644 { |
| 1644 'action_name': 'js2c', | 1645 'action_name': 'js2c', |
| 1645 'inputs': [ | 1646 'inputs': [ |
| 1646 '../../tools/js2c.py', | 1647 '../../tools/js2c.py', |
| 1647 '<@(library_files)', | 1648 '<@(library_files)', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1741 }], | 1742 }], |
| 1742 ['want_separate_host_toolset==1', { | 1743 ['want_separate_host_toolset==1', { |
| 1743 'toolsets': ['host'], | 1744 'toolsets': ['host'], |
| 1744 }, { | 1745 }, { |
| 1745 'toolsets': ['target'], | 1746 'toolsets': ['target'], |
| 1746 }], | 1747 }], |
| 1747 ], | 1748 ], |
| 1748 }, | 1749 }, |
| 1749 ], | 1750 ], |
| 1750 } | 1751 } |
| OLD | NEW |