summaryrefslogtreecommitdiff
path: root/deps/v8/gni
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2017-10-26 13:32:08 +0200
committerMichaël Zasso <targos@protonmail.com>2017-10-26 14:41:40 +0200
commit664512678d8d02e2ef413136cf262dcf7debb42d (patch)
treef5b02243022011ab9e2584cf90f42dcd7ff53378 /deps/v8/gni
parent9702ac508819a443503867a5c73ae395f9773363 (diff)
downloadandroid-node-v8-664512678d8d02e2ef413136cf262dcf7debb42d.tar.gz
android-node-v8-664512678d8d02e2ef413136cf262dcf7debb42d.tar.bz2
android-node-v8-664512678d8d02e2ef413136cf262dcf7debb42d.zip
Revert "deps: update V8 to 6.2.414.33"
This reverts commit d4033c15475ff854b645751025135f7899890fcd. The commit broke cross-compilation and it was missed. PR-URL: https://github.com/nodejs/node/pull/16513 Refs: https://github.com/nodejs/node/pull/16412 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'deps/v8/gni')
-rw-r--r--deps/v8/gni/isolate.gni2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/v8/gni/isolate.gni b/deps/v8/gni/isolate.gni
index f5453e5606..82dc8cf3fb 100644
--- a/deps/v8/gni/isolate.gni
+++ b/deps/v8/gni/isolate.gni
@@ -156,6 +156,8 @@ template("v8_isolate_run") {
"--config-variable",
"icu_use_data_file_flag=$icu_use_data_file_flag",
"--config-variable",
+ "is_gn=1",
+ "--config-variable",
"msan=$msan",
"--config-variable",
"tsan=$tsan",