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 2209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2220 'toolsets': ['target'], | 2220 'toolsets': ['target'], |
2221 }], | 2221 }], |
2222 ], | 2222 ], |
2223 'variables': { | 2223 'variables': { |
2224 'library_files': [ | 2224 'library_files': [ |
2225 'js/macros.py', | 2225 'js/macros.py', |
2226 'messages.h', | 2226 'messages.h', |
2227 'js/prologue.js', | 2227 'js/prologue.js', |
2228 'js/runtime.js', | 2228 'js/runtime.js', |
2229 'js/v8natives.js', | 2229 'js/v8natives.js', |
2230 'js/symbol.js', | |
2231 'js/array.js', | 2230 'js/array.js', |
2232 'js/string.js', | 2231 'js/string.js', |
2233 'js/arraybuffer.js', | 2232 'js/arraybuffer.js', |
2234 'js/typedarray.js', | 2233 'js/typedarray.js', |
2235 'js/collection.js', | 2234 'js/collection.js', |
2236 'js/weak-collection.js', | 2235 'js/weak-collection.js', |
2237 'js/collection-iterator.js', | 2236 'js/collection-iterator.js', |
2238 'js/promise.js', | 2237 'js/promise.js', |
2239 'js/messages.js', | 2238 'js/messages.js', |
2240 'js/templates.js', | 2239 'js/templates.js', |
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2476 'conditions': [ | 2475 'conditions': [ |
2477 ['want_separate_host_toolset_mkpeephole==1', { | 2476 ['want_separate_host_toolset_mkpeephole==1', { |
2478 'toolsets': ['host'], | 2477 'toolsets': ['host'], |
2479 }, { | 2478 }, { |
2480 'toolsets': ['target'], | 2479 'toolsets': ['target'], |
2481 }], | 2480 }], |
2482 ], | 2481 ], |
2483 }, | 2482 }, |
2484 ], | 2483 ], |
2485 } | 2484 } |
OLD | NEW |