| 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 1829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1840 '../../src/js/object-observe.js', | 1840 '../../src/js/object-observe.js', |
| 1841 '../../src/js/collection.js', | 1841 '../../src/js/collection.js', |
| 1842 '../../src/js/weak-collection.js', | 1842 '../../src/js/weak-collection.js', |
| 1843 '../../src/js/collection-iterator.js', | 1843 '../../src/js/collection-iterator.js', |
| 1844 '../../src/js/promise.js', | 1844 '../../src/js/promise.js', |
| 1845 '../../src/js/messages.js', | 1845 '../../src/js/messages.js', |
| 1846 '../../src/js/json.js', | 1846 '../../src/js/json.js', |
| 1847 '../../src/js/array-iterator.js', | 1847 '../../src/js/array-iterator.js', |
| 1848 '../../src/js/string-iterator.js', | 1848 '../../src/js/string-iterator.js', |
| 1849 '../../src/js/templates.js', | 1849 '../../src/js/templates.js', |
| 1850 '../../src/js/spread.js', |
| 1850 '../../src/js/harmony-array.js', | 1851 '../../src/js/harmony-array.js', |
| 1851 '../../src/js/harmony-typedarray.js', | 1852 '../../src/js/harmony-typedarray.js', |
| 1852 '../../src/debug/mirrors.js', | 1853 '../../src/debug/mirrors.js', |
| 1853 '../../src/debug/debug.js', | 1854 '../../src/debug/debug.js', |
| 1854 '../../src/debug/liveedit.js', | 1855 '../../src/debug/liveedit.js', |
| 1855 ], | 1856 ], |
| 1856 'experimental_library_files': [ | 1857 'experimental_library_files': [ |
| 1857 '../../src/js/macros.py', | 1858 '../../src/js/macros.py', |
| 1858 '../../src/messages.h', | 1859 '../../src/messages.h', |
| 1859 '../../src/js/proxy.js', | 1860 '../../src/js/proxy.js', |
| 1860 '../../src/js/generator.js', | 1861 '../../src/js/generator.js', |
| 1861 '../../src/js/harmony-atomics.js', | 1862 '../../src/js/harmony-atomics.js', |
| 1862 '../../src/js/harmony-array-includes.js', | 1863 '../../src/js/harmony-array-includes.js', |
| 1863 '../../src/js/harmony-concat-spreadable.js', | 1864 '../../src/js/harmony-concat-spreadable.js', |
| 1864 '../../src/js/harmony-tostring.js', | 1865 '../../src/js/harmony-tostring.js', |
| 1865 '../../src/js/harmony-regexp.js', | 1866 '../../src/js/harmony-regexp.js', |
| 1866 '../../src/js/harmony-reflect.js', | 1867 '../../src/js/harmony-reflect.js', |
| 1867 '../../src/js/harmony-spread.js', | |
| 1868 '../../src/js/harmony-object-observe.js', | 1868 '../../src/js/harmony-object-observe.js', |
| 1869 '../../src/js/harmony-sharedarraybuffer.js', | 1869 '../../src/js/harmony-sharedarraybuffer.js', |
| 1870 '../../src/js/harmony-simd.js', | 1870 '../../src/js/harmony-simd.js', |
| 1871 ], | 1871 ], |
| 1872 'code_stub_library_files': [ | 1872 'code_stub_library_files': [ |
| 1873 '../../src/js/macros.py', | 1873 '../../src/js/macros.py', |
| 1874 '../../src/messages.h', | 1874 '../../src/messages.h', |
| 1875 '../../src/js/code-stubs.js', | 1875 '../../src/js/code-stubs.js', |
| 1876 ], | 1876 ], |
| 1877 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1877 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2096 }], | 2096 }], |
| 2097 ['want_separate_host_toolset==1', { | 2097 ['want_separate_host_toolset==1', { |
| 2098 'toolsets': ['host'], | 2098 'toolsets': ['host'], |
| 2099 }, { | 2099 }, { |
| 2100 'toolsets': ['target'], | 2100 'toolsets': ['target'], |
| 2101 }], | 2101 }], |
| 2102 ], | 2102 ], |
| 2103 }, | 2103 }, |
| 2104 ], | 2104 ], |
| 2105 } | 2105 } |
| OLD | NEW |