| 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 1668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1679 ], | 1679 ], |
| 1680 }, | 1680 }, |
| 1681 }, { | 1681 }, { |
| 1682 'variables': { | 1682 'variables': { |
| 1683 'i18n_library_files': [], | 1683 'i18n_library_files': [], |
| 1684 }, | 1684 }, |
| 1685 }], | 1685 }], |
| 1686 ], | 1686 ], |
| 1687 'variables': { | 1687 'variables': { |
| 1688 'library_files': [ | 1688 'library_files': [ |
| 1689 '../../src/macros.py', |
| 1690 '../../src/messages.h', |
| 1689 '../../src/runtime.js', | 1691 '../../src/runtime.js', |
| 1690 '../../src/v8natives.js', | 1692 '../../src/v8natives.js', |
| 1691 '../../src/symbol.js', | 1693 '../../src/symbol.js', |
| 1692 '../../src/array.js', | 1694 '../../src/array.js', |
| 1693 '../../src/string.js', | 1695 '../../src/string.js', |
| 1694 '../../src/uri.js', | 1696 '../../src/uri.js', |
| 1695 '../../src/math.js', | 1697 '../../src/math.js', |
| 1696 '../../src/third_party/fdlibm/fdlibm.js', | 1698 '../../src/third_party/fdlibm/fdlibm.js', |
| 1697 '../../src/date.js', | 1699 '../../src/date.js', |
| 1698 '../../src/regexp.js', | 1700 '../../src/regexp.js', |
| 1699 '../../src/arraybuffer.js', | 1701 '../../src/arraybuffer.js', |
| 1700 '../../src/typedarray.js', | 1702 '../../src/typedarray.js', |
| 1701 '../../src/generator.js', | 1703 '../../src/generator.js', |
| 1702 '../../src/object-observe.js', | 1704 '../../src/object-observe.js', |
| 1703 '../../src/collection.js', | 1705 '../../src/collection.js', |
| 1704 '../../src/weak-collection.js', | 1706 '../../src/weak-collection.js', |
| 1705 '../../src/collection-iterator.js', | 1707 '../../src/collection-iterator.js', |
| 1706 '../../src/promise.js', | 1708 '../../src/promise.js', |
| 1707 '../../src/messages.js', | 1709 '../../src/messages.js', |
| 1708 '../../src/json.js', | 1710 '../../src/json.js', |
| 1709 '../../src/array-iterator.js', | 1711 '../../src/array-iterator.js', |
| 1710 '../../src/string-iterator.js', | 1712 '../../src/string-iterator.js', |
| 1711 '../../src/debug-debugger.js', | 1713 '../../src/debug-debugger.js', |
| 1712 '../../src/mirror-debugger.js', | 1714 '../../src/mirror-debugger.js', |
| 1713 '../../src/liveedit-debugger.js', | 1715 '../../src/liveedit-debugger.js', |
| 1714 '../../src/templates.js', | 1716 '../../src/templates.js', |
| 1715 '../../src/macros.py', | |
| 1716 ], | 1717 ], |
| 1717 'experimental_library_files': [ | 1718 'experimental_library_files': [ |
| 1718 '../../src/macros.py', | 1719 '../../src/macros.py', |
| 1720 '../../src/messages.h', |
| 1719 '../../src/proxy.js', | 1721 '../../src/proxy.js', |
| 1720 '../../src/generator.js', | 1722 '../../src/generator.js', |
| 1721 '../../src/harmony-array.js', | 1723 '../../src/harmony-array.js', |
| 1722 '../../src/harmony-array-includes.js', | 1724 '../../src/harmony-array-includes.js', |
| 1723 '../../src/harmony-tostring.js', | 1725 '../../src/harmony-tostring.js', |
| 1724 '../../src/harmony-typedarray.js', | 1726 '../../src/harmony-typedarray.js', |
| 1725 '../../src/harmony-regexp.js', | 1727 '../../src/harmony-regexp.js', |
| 1726 '../../src/harmony-reflect.js', | 1728 '../../src/harmony-reflect.js', |
| 1727 '../../src/harmony-spread.js' | 1729 '../../src/harmony-spread.js' |
| 1728 ], | 1730 ], |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1831 }], | 1833 }], |
| 1832 ['want_separate_host_toolset==1', { | 1834 ['want_separate_host_toolset==1', { |
| 1833 'toolsets': ['host'], | 1835 'toolsets': ['host'], |
| 1834 }, { | 1836 }, { |
| 1835 'toolsets': ['target'], | 1837 'toolsets': ['target'], |
| 1836 }], | 1838 }], |
| 1837 ], | 1839 ], |
| 1838 }, | 1840 }, |
| 1839 ], | 1841 ], |
| 1840 } | 1842 } |
| OLD | NEW |