| 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 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1814 '../../src/proxy.js', | 1814 '../../src/proxy.js', |
| 1815 '../../src/generator.js', | 1815 '../../src/generator.js', |
| 1816 '../../src/harmony-atomics.js', | 1816 '../../src/harmony-atomics.js', |
| 1817 '../../src/harmony-array-includes.js', | 1817 '../../src/harmony-array-includes.js', |
| 1818 '../../src/harmony-concat-spreadable.js', | 1818 '../../src/harmony-concat-spreadable.js', |
| 1819 '../../src/harmony-tostring.js', | 1819 '../../src/harmony-tostring.js', |
| 1820 '../../src/harmony-regexp.js', | 1820 '../../src/harmony-regexp.js', |
| 1821 '../../src/harmony-reflect.js', | 1821 '../../src/harmony-reflect.js', |
| 1822 '../../src/harmony-spread.js', | 1822 '../../src/harmony-spread.js', |
| 1823 '../../src/harmony-object.js', | 1823 '../../src/harmony-object.js', |
| 1824 '../../src/harmony-object-observe.js', |
| 1824 '../../src/harmony-sharedarraybuffer.js', | 1825 '../../src/harmony-sharedarraybuffer.js', |
| 1825 '../../src/harmony-simd.js', | 1826 '../../src/harmony-simd.js', |
| 1826 ], | 1827 ], |
| 1827 'code_stub_library_files': [ | 1828 'code_stub_library_files': [ |
| 1828 '../../src/macros.py', | 1829 '../../src/macros.py', |
| 1829 '../../src/messages.h', | 1830 '../../src/messages.h', |
| 1830 '../../src/code-stubs.js', | 1831 '../../src/code-stubs.js', |
| 1831 ], | 1832 ], |
| 1832 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1833 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 1833 'libraries_code_stub_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-co
de-stub.bin', | 1834 'libraries_code_stub_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-co
de-stub.bin', |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1986 }], | 1987 }], |
| 1987 ['want_separate_host_toolset==1', { | 1988 ['want_separate_host_toolset==1', { |
| 1988 'toolsets': ['host'], | 1989 'toolsets': ['host'], |
| 1989 }, { | 1990 }, { |
| 1990 'toolsets': ['target'], | 1991 'toolsets': ['target'], |
| 1991 }], | 1992 }], |
| 1992 ], | 1993 ], |
| 1993 }, | 1994 }, |
| 1994 ], | 1995 ], |
| 1995 } | 1996 } |
| OLD | NEW |