Update V8 DEPS.

Rolling v8/build: 4250046..c1d5d48

Rolling v8/third_party/catapult: https://chromium.googlesource.com/catapult/+log/1550399..0b36537

Rolling v8/third_party/depot_tools: 5abb9b7..c651221

TBR=machenbach@chromium.org,tmrts@chromium.org

Change-Id: Ib22d731a92b9e4bec2c4cf22476f3c4e01a2c3a3
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1860559
Reviewed-by: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#64284}
This commit is contained in:
v8-ci-autoroll-builder 2019-10-14 20:09:06 -07:00 committed by Commit Bot
parent 55be65da15
commit d9f230a65e

6
DEPS
View File

@ -71,9 +71,9 @@ vars = {
deps = {
'v8/build':
Var('chromium_url') + '/chromium/src/build.git' + '@' + '42500462ec57678669e2d103838d87b19f04290f',
Var('chromium_url') + '/chromium/src/build.git' + '@' + 'c1d5d48a3746e3e068af980adb27e540ba83a043',
'v8/third_party/depot_tools':
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + '5abb9b7c5d0c0a5f81f4a0da741680df9b9d128c',
Var('chromium_url') + '/chromium/tools/depot_tools.git' + '@' + 'c6512213a7b74a8363c93788a9c376ebaeb4ec6c',
'v8/third_party/icu':
Var('chromium_url') + '/chromium/deps/icu.git' + '@' + '5005010d694e16571b8dfbf07d70817841f80a69',
'v8/third_party/instrumented_libraries':
@ -167,7 +167,7 @@ deps = {
'dep_type': 'cipd',
},
'v8/third_party/catapult': {
'url': Var('chromium_url') + '/catapult.git' + '@' + '1550399cc0a14c198e43df4cb612c26edc7ec628',
'url': Var('chromium_url') + '/catapult.git' + '@' + '0b3653782e33551b03ff5aead895016e6ec82c68',
'condition': 'checkout_android',
},
'v8/third_party/colorama/src': {