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 2048 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2059 'library_files': [ | 2059 'library_files': [ |
2060 'js/macros.py', | 2060 'js/macros.py', |
2061 'messages.h', | 2061 'messages.h', |
2062 'js/prologue.js', | 2062 'js/prologue.js', |
2063 'js/runtime.js', | 2063 'js/runtime.js', |
2064 'js/v8natives.js', | 2064 'js/v8natives.js', |
2065 'js/symbol.js', | 2065 'js/symbol.js', |
2066 'js/array.js', | 2066 'js/array.js', |
2067 'js/string.js', | 2067 'js/string.js', |
2068 'js/math.js', | 2068 'js/math.js', |
2069 'third_party/fdlibm/fdlibm.js', | |
2070 'js/regexp.js', | 2069 'js/regexp.js', |
2071 'js/arraybuffer.js', | 2070 'js/arraybuffer.js', |
2072 'js/typedarray.js', | 2071 'js/typedarray.js', |
2073 'js/iterator-prototype.js', | 2072 'js/iterator-prototype.js', |
2074 'js/collection.js', | 2073 'js/collection.js', |
2075 'js/weak-collection.js', | 2074 'js/weak-collection.js', |
2076 'js/collection-iterator.js', | 2075 'js/collection-iterator.js', |
2077 'js/promise.js', | 2076 'js/promise.js', |
2078 'js/messages.js', | 2077 'js/messages.js', |
2079 'js/array-iterator.js', | 2078 'js/array-iterator.js', |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2289 }], | 2288 }], |
2290 ['want_separate_host_toolset==1', { | 2289 ['want_separate_host_toolset==1', { |
2291 'toolsets': ['host'], | 2290 'toolsets': ['host'], |
2292 }, { | 2291 }, { |
2293 'toolsets': ['target'], | 2292 'toolsets': ['target'], |
2294 }], | 2293 }], |
2295 ], | 2294 ], |
2296 }, | 2295 }, |
2297 ], | 2296 ], |
2298 } | 2297 } |
OLD | NEW |