summaryrefslogtreecommitdiff
path: root/deps/v8/BUILD.gn
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2017-10-23 16:08:40 +0200
committerMichaël Zasso <targos@protonmail.com>2017-10-26 10:12:41 +0200
commitd4033c15475ff854b645751025135f7899890fcd (patch)
treef491e3527633330669b10eafc29377a954b08114 /deps/v8/BUILD.gn
parentd653f03c0e9fa097abb9959931a78d02a3eb8814 (diff)
downloadandroid-node-v8-d4033c15475ff854b645751025135f7899890fcd.tar.gz
android-node-v8-d4033c15475ff854b645751025135f7899890fcd.tar.bz2
android-node-v8-d4033c15475ff854b645751025135f7899890fcd.zip
deps: update V8 to 6.2.414.33
Refs: https://github.com/v8/v8/compare/6.2.414.32...6.2.414.33 PR-URL: https://github.com/nodejs/node/pull/16412 Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Diffstat (limited to 'deps/v8/BUILD.gn')
-rw-r--r--deps/v8/BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/BUILD.gn b/deps/v8/BUILD.gn
index 17759e1fbd..4d3fcd9648 100644
--- a/deps/v8/BUILD.gn
+++ b/deps/v8/BUILD.gn
@@ -827,7 +827,6 @@ action("v8_dump_build_config") {
is_gcov_coverage = v8_code_coverage && !is_clang
args = [
rebase_path("$root_out_dir/v8_build_config.json", root_build_dir),
- "current_cpu=\"$current_cpu\"",
"dcheck_always_on=$dcheck_always_on",
"is_asan=$is_asan",
"is_cfi=$is_cfi",
@@ -838,7 +837,6 @@ action("v8_dump_build_config") {
"is_tsan=$is_tsan",
"is_ubsan_vptr=$is_ubsan_vptr",
"target_cpu=\"$target_cpu\"",
- "v8_current_cpu=\"$v8_current_cpu\"",
"v8_enable_i18n_support=$v8_enable_i18n_support",
"v8_target_cpu=\"$v8_target_cpu\"",
"v8_use_snapshot=$v8_use_snapshot",