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 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2152 'js/string.js', | 2152 'js/string.js', |
2153 'js/math.js', | 2153 'js/math.js', |
2154 'js/regexp.js', | 2154 'js/regexp.js', |
2155 'js/arraybuffer.js', | 2155 'js/arraybuffer.js', |
2156 'js/typedarray.js', | 2156 'js/typedarray.js', |
2157 'js/iterator-prototype.js', | 2157 'js/iterator-prototype.js', |
2158 'js/collection.js', | 2158 'js/collection.js', |
2159 'js/weak-collection.js', | 2159 'js/weak-collection.js', |
2160 'js/collection-iterator.js', | 2160 'js/collection-iterator.js', |
2161 'js/promise.js', | 2161 'js/promise.js', |
| 2162 'js/microtaskq.js', |
2162 'js/messages.js', | 2163 'js/messages.js', |
2163 'js/array-iterator.js', | 2164 'js/array-iterator.js', |
2164 'js/string-iterator.js', | 2165 'js/string-iterator.js', |
2165 'js/templates.js', | 2166 'js/templates.js', |
2166 'js/spread.js', | 2167 'js/spread.js', |
2167 'js/proxy.js', | 2168 'js/proxy.js', |
2168 'debug/mirrors.js', | 2169 'debug/mirrors.js', |
2169 'debug/debug.js', | 2170 'debug/debug.js', |
2170 'debug/liveedit.js', | 2171 'debug/liveedit.js', |
2171 ], | 2172 ], |
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2394 'conditions': [ | 2395 'conditions': [ |
2395 ['want_separate_host_toolset_mkpeephole==1', { | 2396 ['want_separate_host_toolset_mkpeephole==1', { |
2396 'toolsets': ['host'], | 2397 'toolsets': ['host'], |
2397 }, { | 2398 }, { |
2398 'toolsets': ['target'], | 2399 'toolsets': ['target'], |
2399 }], | 2400 }], |
2400 ], | 2401 ], |
2401 }, | 2402 }, |
2402 ], | 2403 ], |
2403 } | 2404 } |
OLD | NEW |