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 1834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1845 '../../src/messages.h', | 1845 '../../src/messages.h', |
1846 '../../src/proxy.js', | 1846 '../../src/proxy.js', |
1847 '../../src/generator.js', | 1847 '../../src/generator.js', |
1848 '../../src/harmony-atomics.js', | 1848 '../../src/harmony-atomics.js', |
1849 '../../src/harmony-array-includes.js', | 1849 '../../src/harmony-array-includes.js', |
1850 '../../src/harmony-concat-spreadable.js', | 1850 '../../src/harmony-concat-spreadable.js', |
1851 '../../src/harmony-tostring.js', | 1851 '../../src/harmony-tostring.js', |
1852 '../../src/harmony-regexp.js', | 1852 '../../src/harmony-regexp.js', |
1853 '../../src/harmony-reflect.js', | 1853 '../../src/harmony-reflect.js', |
1854 '../../src/harmony-spread.js', | 1854 '../../src/harmony-spread.js', |
1855 '../../src/harmony-object.js', | |
1856 '../../src/harmony-object-observe.js', | 1855 '../../src/harmony-object-observe.js', |
1857 '../../src/harmony-sharedarraybuffer.js', | 1856 '../../src/harmony-sharedarraybuffer.js', |
1858 '../../src/harmony-simd.js', | 1857 '../../src/harmony-simd.js', |
1859 ], | 1858 ], |
1860 'code_stub_library_files': [ | 1859 'code_stub_library_files': [ |
1861 '../../src/macros.py', | 1860 '../../src/macros.py', |
1862 '../../src/messages.h', | 1861 '../../src/messages.h', |
1863 '../../src/code-stubs.js', | 1862 '../../src/code-stubs.js', |
1864 ], | 1863 ], |
1865 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 1864 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2084 }], | 2083 }], |
2085 ['want_separate_host_toolset==1', { | 2084 ['want_separate_host_toolset==1', { |
2086 'toolsets': ['host'], | 2085 'toolsets': ['host'], |
2087 }, { | 2086 }, { |
2088 'toolsets': ['target'], | 2087 'toolsets': ['target'], |
2089 }], | 2088 }], |
2090 ], | 2089 ], |
2091 }, | 2090 }, |
2092 ], | 2091 ], |
2093 } | 2092 } |
OLD | NEW |