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 2240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2251 'js/typedarray.js', | 2251 'js/typedarray.js', |
2252 'js/collection.js', | 2252 'js/collection.js', |
2253 'js/weak-collection.js', | 2253 'js/weak-collection.js', |
2254 'js/collection-iterator.js', | 2254 'js/collection-iterator.js', |
2255 'js/promise.js', | 2255 'js/promise.js', |
2256 'js/messages.js', | 2256 'js/messages.js', |
2257 'js/templates.js', | 2257 'js/templates.js', |
2258 'js/spread.js', | 2258 'js/spread.js', |
2259 'js/proxy.js', | 2259 'js/proxy.js', |
2260 'js/async-await.js', | 2260 'js/async-await.js', |
| 2261 'js/harmony-string-padding.js', |
2261 'debug/mirrors.js', | 2262 'debug/mirrors.js', |
2262 'debug/debug.js', | 2263 'debug/debug.js', |
2263 'debug/liveedit.js', | 2264 'debug/liveedit.js', |
2264 ], | 2265 ], |
2265 'experimental_library_files': [ | 2266 'experimental_library_files': [ |
2266 'js/macros.py', | 2267 'js/macros.py', |
2267 'messages.h', | 2268 'messages.h', |
2268 'js/harmony-atomics.js', | 2269 'js/harmony-atomics.js', |
2269 'js/harmony-simd.js', | 2270 'js/harmony-simd.js', |
2270 'js/harmony-string-padding.js', | |
2271 ], | 2271 ], |
2272 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 2272 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
2273 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 2273 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
2274 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', | 2274 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', |
2275 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', | 2275 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', |
2276 'conditions': [ | 2276 'conditions': [ |
2277 ['v8_enable_i18n_support==1', { | 2277 ['v8_enable_i18n_support==1', { |
2278 'library_files': ['js/i18n.js'], | 2278 'library_files': ['js/i18n.js'], |
2279 'experimental_library_files': [ | 2279 'experimental_library_files': [ |
2280 'js/datetime-format-to-parts.js', | 2280 'js/datetime-format-to-parts.js', |
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2493 'conditions': [ | 2493 'conditions': [ |
2494 ['want_separate_host_toolset_mkpeephole==1', { | 2494 ['want_separate_host_toolset_mkpeephole==1', { |
2495 'toolsets': ['host'], | 2495 'toolsets': ['host'], |
2496 }, { | 2496 }, { |
2497 'toolsets': ['target'], | 2497 'toolsets': ['target'], |
2498 }], | 2498 }], |
2499 ], | 2499 ], |
2500 }, | 2500 }, |
2501 ], | 2501 ], |
2502 } | 2502 } |
OLD | NEW |