b1b4ea3ebe
This CL removes the 'v8_enable_embedded_builtins' GN argument and sets the 'V8_EMBEDDED_BUILTIN' define unconditionally. Removing the now obsolete 'define' and corresponding C++ code will be done in a separate CL. R=machenbach@chromium.org Bug: v8:8519 Change-Id: Ibaa3e958121931c0ce14baf48ad401fab87c5337 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1864929 Commit-Queue: Simon Zünd <szuend@chromium.org> Reviewed-by: Jakob Gruber <jgruber@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#64456}
24 lines
568 B
JSON
24 lines
568 B
JSON
{
|
|
"current_cpu": "x64",
|
|
"dcheck_always_on": false,
|
|
"is_android": false,
|
|
"is_asan": false,
|
|
"is_cfi": false,
|
|
"is_clang": true,
|
|
"is_component_build": false,
|
|
"is_debug": false,
|
|
"is_full_debug": false,
|
|
"is_gcov_coverage": false,
|
|
"is_ubsan_vptr": false,
|
|
"is_msan": false,
|
|
"is_tsan": false,
|
|
"target_cpu": "x64",
|
|
"v8_current_cpu": "x64",
|
|
"v8_enable_i18n_support": true,
|
|
"v8_enable_verify_predictable": false,
|
|
"v8_target_cpu": "x64",
|
|
"v8_enable_verify_csa": false,
|
|
"v8_enable_lite_mode": false,
|
|
"v8_enable_pointer_compression": true
|
|
}
|