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 2205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2216 'variables': { | 2216 'variables': { |
2217 'library_files': [ | 2217 'library_files': [ |
2218 'js/macros.py', | 2218 'js/macros.py', |
2219 'messages.h', | 2219 'messages.h', |
2220 'js/prologue.js', | 2220 'js/prologue.js', |
2221 'js/runtime.js', | 2221 'js/runtime.js', |
2222 'js/v8natives.js', | 2222 'js/v8natives.js', |
2223 'js/symbol.js', | 2223 'js/symbol.js', |
2224 'js/array.js', | 2224 'js/array.js', |
2225 'js/string.js', | 2225 'js/string.js', |
2226 'js/regexp.js', | |
2227 'js/arraybuffer.js', | 2226 'js/arraybuffer.js', |
2228 'js/typedarray.js', | 2227 'js/typedarray.js', |
2229 'js/collection.js', | 2228 'js/collection.js', |
2230 'js/weak-collection.js', | 2229 'js/weak-collection.js', |
2231 'js/collection-iterator.js', | 2230 'js/collection-iterator.js', |
2232 'js/promise.js', | 2231 'js/promise.js', |
2233 'js/messages.js', | 2232 'js/messages.js', |
2234 'js/templates.js', | 2233 'js/templates.js', |
2235 'js/spread.js', | 2234 'js/spread.js', |
2236 'js/proxy.js', | 2235 'js/proxy.js', |
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2470 'conditions': [ | 2469 'conditions': [ |
2471 ['want_separate_host_toolset_mkpeephole==1', { | 2470 ['want_separate_host_toolset_mkpeephole==1', { |
2472 'toolsets': ['host'], | 2471 'toolsets': ['host'], |
2473 }, { | 2472 }, { |
2474 'toolsets': ['target'], | 2473 'toolsets': ['target'], |
2475 }], | 2474 }], |
2476 ], | 2475 ], |
2477 }, | 2476 }, |
2478 ], | 2477 ], |
2479 } | 2478 } |
OLD | NEW |