| 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 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1618 ], | 1618 ], |
| 1619 'experimental_library_files': [ | 1619 'experimental_library_files': [ |
| 1620 '../../src/macros.py', | 1620 '../../src/macros.py', |
| 1621 '../../src/proxy.js', | 1621 '../../src/proxy.js', |
| 1622 '../../src/generator.js', | 1622 '../../src/generator.js', |
| 1623 '../../src/harmony-string.js', | 1623 '../../src/harmony-string.js', |
| 1624 '../../src/harmony-array.js', | 1624 '../../src/harmony-array.js', |
| 1625 '../../src/harmony-tostring.js', | 1625 '../../src/harmony-tostring.js', |
| 1626 '../../src/harmony-typedarray.js', | 1626 '../../src/harmony-typedarray.js', |
| 1627 '../../src/harmony-classes.js', | 1627 '../../src/harmony-classes.js', |
| 1628 '../../src/harmony-templates.js' |
| 1628 ], | 1629 ], |
| 1629 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1630 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 1630 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1631 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 1631 }, | 1632 }, |
| 1632 'actions': [ | 1633 'actions': [ |
| 1633 { | 1634 { |
| 1634 'action_name': 'js2c', | 1635 'action_name': 'js2c', |
| 1635 'inputs': [ | 1636 'inputs': [ |
| 1636 '../../tools/js2c.py', | 1637 '../../tools/js2c.py', |
| 1637 '<@(library_files)', | 1638 '<@(library_files)', |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1738 }], | 1739 }], |
| 1739 ['v8_compress_startup_data=="bz2"', { | 1740 ['v8_compress_startup_data=="bz2"', { |
| 1740 'libraries': [ | 1741 'libraries': [ |
| 1741 '-lbz2', | 1742 '-lbz2', |
| 1742 ] | 1743 ] |
| 1743 }], | 1744 }], |
| 1744 ], | 1745 ], |
| 1745 }, | 1746 }, |
| 1746 ], | 1747 ], |
| 1747 } | 1748 } |
| OLD | NEW |