| 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 1588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1599 '../../src/mirror-debugger.js', | 1599 '../../src/mirror-debugger.js', |
| 1600 '../../src/liveedit-debugger.js', | 1600 '../../src/liveedit-debugger.js', |
| 1601 '../../src/macros.py', | 1601 '../../src/macros.py', |
| 1602 ], | 1602 ], |
| 1603 'experimental_library_files': [ | 1603 'experimental_library_files': [ |
| 1604 '../../src/macros.py', | 1604 '../../src/macros.py', |
| 1605 '../../src/proxy.js', | 1605 '../../src/proxy.js', |
| 1606 '../../src/generator.js', | 1606 '../../src/generator.js', |
| 1607 '../../src/harmony-string.js', | 1607 '../../src/harmony-string.js', |
| 1608 '../../src/harmony-array.js', | 1608 '../../src/harmony-array.js', |
| 1609 '../../src/harmony-tostring.js', |
| 1609 '../../src/harmony-typedarray.js', | 1610 '../../src/harmony-typedarray.js', |
| 1610 '../../src/harmony-classes.js', | 1611 '../../src/harmony-classes.js', |
| 1611 ], | 1612 ], |
| 1612 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1613 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 1613 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1614 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 1614 }, | 1615 }, |
| 1615 'actions': [ | 1616 'actions': [ |
| 1616 { | 1617 { |
| 1617 'action_name': 'js2c', | 1618 'action_name': 'js2c', |
| 1618 'inputs': [ | 1619 'inputs': [ |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1721 }], | 1722 }], |
| 1722 ['v8_compress_startup_data=="bz2"', { | 1723 ['v8_compress_startup_data=="bz2"', { |
| 1723 'libraries': [ | 1724 'libraries': [ |
| 1724 '-lbz2', | 1725 '-lbz2', |
| 1725 ] | 1726 ] |
| 1726 }], | 1727 }], |
| 1727 ], | 1728 ], |
| 1728 }, | 1729 }, |
| 1729 ], | 1730 ], |
| 1730 } | 1731 } |
| OLD | NEW |