diff --git a/DEPS b/DEPS index 98a1eaff556..abf461bfa85 100644 --- a/DEPS +++ b/DEPS @@ -163,7 +163,7 @@ deps = { Var("dart_root") + "/third_party/d8": { "packages": [{ "package": "dart/d8", - "version": "version:6.9.427.23+1", + "version": "version:7.5.149", }], "dep_type": "cipd", }, diff --git a/third_party/d8/README.google b/third_party/d8/README.google index 9b592e16718..303e812c21a 100644 --- a/third_party/d8/README.google +++ b/third_party/d8/README.google @@ -1,9 +1,9 @@ Name: V8 command line javascript shell. Short Name: d8 -URL: https://chromium.googlesource.com/v8/v8/+/refs/tags/6.9.427.23 -Version: 6.9.427.23 -Revision: 40b7c570a56b1134ff5083d8311e69ad8bf8fbd7 -Date: September 14 2018 +URL: https://chromium.googlesource.com/v8/v8/+/refs/tags/7.5.149 +Version: 7.5.149 +Revision: 804cfc5fb2ab8c49facc7a5f486c1555c2cbad63 +Date: March 31 2019 License: BSD Description: diff --git a/third_party/d8/update.sh b/third_party/d8/update.sh index 323604647ea..bb5e2d3751b 100755 --- a/third_party/d8/update.sh +++ b/third_party/d8/update.sh @@ -26,7 +26,7 @@ path=("linux" "linux/ia32" "linux/x64" "linux/arm32" "macos" "windows") for i in "${!arch[@]}" do filename="v8-${arch[$i]}-rel-$version.zip" - gsutil cp "gs://chromium-v8/official/$major.$minor/$filename" . + gsutil cp "gs://chromium-v8/official/canary/$filename" . mkdir -p d8/${path[$i]} unzip -q $filename -d d8/${path[$i]} rm $filename