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 1609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1620 '../../src/weak-collection.js', | 1620 '../../src/weak-collection.js', |
1621 '../../src/collection-iterator.js', | 1621 '../../src/collection-iterator.js', |
1622 '../../src/promise.js', | 1622 '../../src/promise.js', |
1623 '../../src/messages.js', | 1623 '../../src/messages.js', |
1624 '../../src/json.js', | 1624 '../../src/json.js', |
1625 '../../src/array-iterator.js', | 1625 '../../src/array-iterator.js', |
1626 '../../src/string-iterator.js', | 1626 '../../src/string-iterator.js', |
1627 '../../src/debug-debugger.js', | 1627 '../../src/debug-debugger.js', |
1628 '../../src/mirror-debugger.js', | 1628 '../../src/mirror-debugger.js', |
1629 '../../src/liveedit-debugger.js', | 1629 '../../src/liveedit-debugger.js', |
| 1630 '../../src/harmony-string.js', |
1630 '../../src/macros.py', | 1631 '../../src/macros.py', |
1631 ], | 1632 ], |
1632 'experimental_library_files': [ | 1633 'experimental_library_files': [ |
1633 '../../src/macros.py', | 1634 '../../src/macros.py', |
1634 '../../src/proxy.js', | 1635 '../../src/proxy.js', |
1635 '../../src/generator.js', | 1636 '../../src/generator.js', |
1636 '../../src/harmony-string.js', | |
1637 '../../src/harmony-array.js', | 1637 '../../src/harmony-array.js', |
1638 '../../src/harmony-tostring.js', | 1638 '../../src/harmony-tostring.js', |
1639 '../../src/harmony-typedarray.js', | 1639 '../../src/harmony-typedarray.js', |
1640 '../../src/harmony-classes.js', | 1640 '../../src/harmony-classes.js', |
1641 '../../src/harmony-templates.js' | 1641 '../../src/harmony-templates.js' |
1642 ], | 1642 ], |
1643 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1643 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
1644 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 1644 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
1645 }, | 1645 }, |
1646 'actions': [ | 1646 'actions': [ |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1745 }], | 1745 }], |
1746 ['want_separate_host_toolset==1', { | 1746 ['want_separate_host_toolset==1', { |
1747 'toolsets': ['host'], | 1747 'toolsets': ['host'], |
1748 }, { | 1748 }, { |
1749 'toolsets': ['target'], | 1749 'toolsets': ['target'], |
1750 }], | 1750 }], |
1751 ], | 1751 ], |
1752 }, | 1752 }, |
1753 ], | 1753 ], |
1754 } | 1754 } |
OLD | NEW |