| 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 2196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2207 'js/typedarray.js', | 2207 'js/typedarray.js', |
| 2208 'js/collection.js', | 2208 'js/collection.js', |
| 2209 'js/weak-collection.js', | 2209 'js/weak-collection.js', |
| 2210 'js/collection-iterator.js', | 2210 'js/collection-iterator.js', |
| 2211 'js/promise.js', | 2211 'js/promise.js', |
| 2212 'js/messages.js', | 2212 'js/messages.js', |
| 2213 'js/array-iterator.js', | 2213 'js/array-iterator.js', |
| 2214 'js/templates.js', | 2214 'js/templates.js', |
| 2215 'js/spread.js', | 2215 'js/spread.js', |
| 2216 'js/proxy.js', | 2216 'js/proxy.js', |
| 2217 'js/async-await.js', |
| 2217 'debug/mirrors.js', | 2218 'debug/mirrors.js', |
| 2218 'debug/debug.js', | 2219 'debug/debug.js', |
| 2219 'debug/liveedit.js', | 2220 'debug/liveedit.js', |
| 2220 ], | 2221 ], |
| 2221 'experimental_library_files': [ | 2222 'experimental_library_files': [ |
| 2222 'js/macros.py', | 2223 'js/macros.py', |
| 2223 'messages.h', | 2224 'messages.h', |
| 2224 'js/harmony-atomics.js', | 2225 'js/harmony-atomics.js', |
| 2225 'js/harmony-simd.js', | 2226 'js/harmony-simd.js', |
| 2226 'js/harmony-string-padding.js', | 2227 'js/harmony-string-padding.js', |
| 2227 'js/harmony-async-await.js' | |
| 2228 ], | 2228 ], |
| 2229 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 2229 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 2230 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 2230 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 2231 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', | 2231 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', |
| 2232 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', | 2232 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', |
| 2233 'conditions': [ | 2233 'conditions': [ |
| 2234 ['v8_enable_i18n_support==1', { | 2234 ['v8_enable_i18n_support==1', { |
| 2235 'library_files': ['js/i18n.js'], | 2235 'library_files': ['js/i18n.js'], |
| 2236 'experimental_library_files': [ | 2236 'experimental_library_files': [ |
| 2237 'js/datetime-format-to-parts.js', | 2237 'js/datetime-format-to-parts.js', |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2445 'conditions': [ | 2445 'conditions': [ |
| 2446 ['want_separate_host_toolset_mkpeephole==1', { | 2446 ['want_separate_host_toolset_mkpeephole==1', { |
| 2447 'toolsets': ['host'], | 2447 'toolsets': ['host'], |
| 2448 }, { | 2448 }, { |
| 2449 'toolsets': ['target'], | 2449 'toolsets': ['target'], |
| 2450 }], | 2450 }], |
| 2451 ], | 2451 ], |
| 2452 }, | 2452 }, |
| 2453 ], | 2453 ], |
| 2454 } | 2454 } |
| OLD | NEW |