| 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 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1206 'runtime/runtime-liveedit.cc', | 1206 'runtime/runtime-liveedit.cc', |
| 1207 'runtime/runtime-maths.cc', | 1207 'runtime/runtime-maths.cc', |
| 1208 'runtime/runtime-module.cc', | 1208 'runtime/runtime-module.cc', |
| 1209 'runtime/runtime-numbers.cc', | 1209 'runtime/runtime-numbers.cc', |
| 1210 'runtime/runtime-object.cc', | 1210 'runtime/runtime-object.cc', |
| 1211 'runtime/runtime-operators.cc', | 1211 'runtime/runtime-operators.cc', |
| 1212 'runtime/runtime-promise.cc', | 1212 'runtime/runtime-promise.cc', |
| 1213 'runtime/runtime-proxy.cc', | 1213 'runtime/runtime-proxy.cc', |
| 1214 'runtime/runtime-regexp.cc', | 1214 'runtime/runtime-regexp.cc', |
| 1215 'runtime/runtime-scopes.cc', | 1215 'runtime/runtime-scopes.cc', |
| 1216 'runtime/runtime-simd.cc', |
| 1216 'runtime/runtime-strings.cc', | 1217 'runtime/runtime-strings.cc', |
| 1217 'runtime/runtime-symbol.cc', | 1218 'runtime/runtime-symbol.cc', |
| 1218 'runtime/runtime-test.cc', | 1219 'runtime/runtime-test.cc', |
| 1219 'runtime/runtime-typedarray.cc', | 1220 'runtime/runtime-typedarray.cc', |
| 1220 'runtime/runtime-utils.h', | 1221 'runtime/runtime-utils.h', |
| 1221 'runtime/runtime-wasm.cc', | 1222 'runtime/runtime-wasm.cc', |
| 1222 'runtime/runtime.cc', | 1223 'runtime/runtime.cc', |
| 1223 'runtime/runtime.h', | 1224 'runtime/runtime.h', |
| 1224 'safepoint-table.cc', | 1225 'safepoint-table.cc', |
| 1225 'safepoint-table.h', | 1226 'safepoint-table.h', |
| (...skipping 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2273 'js/proxy.js', | 2274 'js/proxy.js', |
| 2274 'js/harmony-string-padding.js', | 2275 'js/harmony-string-padding.js', |
| 2275 'debug/mirrors.js', | 2276 'debug/mirrors.js', |
| 2276 'debug/debug.js', | 2277 'debug/debug.js', |
| 2277 'debug/liveedit.js', | 2278 'debug/liveedit.js', |
| 2278 ], | 2279 ], |
| 2279 'experimental_library_files': [ | 2280 'experimental_library_files': [ |
| 2280 'js/macros.py', | 2281 'js/macros.py', |
| 2281 'messages.h', | 2282 'messages.h', |
| 2282 'js/harmony-atomics.js', | 2283 'js/harmony-atomics.js', |
| 2284 'js/harmony-simd.js', |
| 2283 ], | 2285 ], |
| 2284 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', | 2286 'libraries_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries.bin', |
| 2285 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', | 2287 'libraries_experimental_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries
-experimental.bin', |
| 2286 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', | 2288 'libraries_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/libraries-extra
s.bin', |
| 2287 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', | 2289 'libraries_experimental_extras_bin_file': '<(SHARED_INTERMEDIATE_DIR)/li
braries-experimental-extras.bin', |
| 2288 'conditions': [ | 2290 'conditions': [ |
| 2289 ['v8_enable_i18n_support==1', { | 2291 ['v8_enable_i18n_support==1', { |
| 2290 'library_files': ['js/i18n.js'], | 2292 'library_files': ['js/i18n.js'], |
| 2291 'experimental_library_files': [ | 2293 'experimental_library_files': [ |
| 2292 'js/datetime-format-to-parts.js', | 2294 'js/datetime-format-to-parts.js', |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2505 'conditions': [ | 2507 'conditions': [ |
| 2506 ['want_separate_host_toolset_mkpeephole==1', { | 2508 ['want_separate_host_toolset_mkpeephole==1', { |
| 2507 'toolsets': ['host'], | 2509 'toolsets': ['host'], |
| 2508 }, { | 2510 }, { |
| 2509 'toolsets': ['target'], | 2511 'toolsets': ['target'], |
| 2510 }], | 2512 }], |
| 2511 ], | 2513 ], |
| 2512 }, | 2514 }, |
| 2513 ], | 2515 ], |
| 2514 } | 2516 } |
| OLD | NEW |