Commit d5e1d57c authored by Sergiy Byelozyorov's avatar Sergiy Byelozyorov Committed by Commit Bot

Update V8 DEPS.

Rolling v8/third_party/fuchsia-sdk: https://chromium.googlesource.com/chromium/src/third_party/fuchsia-sdk/+log/8c08316..b334665

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

Change-Id: If210d2822e17961099b42080bfb9d0e5747a5d42
Reviewed-on: https://chromium-review.googlesource.com/1113545
Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
Reviewed-by: 's avatarSergiy Byelozyorov <sergiyb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54006}
parent 3e78711c
...@@ -42,7 +42,7 @@ deps = { ...@@ -42,7 +42,7 @@ deps = {
'condition': 'checkout_android', 'condition': 'checkout_android',
}, },
'v8/third_party/fuchsia-sdk': { 'v8/third_party/fuchsia-sdk': {
'url': Var('chromium_url') + '/chromium/src/third_party/fuchsia-sdk.git' + '@' + '8c08316e42a3136b836b2668aab84dd56b4eef05', 'url': Var('chromium_url') + '/chromium/src/third_party/fuchsia-sdk.git' + '@' + 'b3346657ec3d629c741e7b7eb40b29322a6e35f5',
'condition': 'checkout_fuchsia', 'condition': 'checkout_fuchsia',
}, },
'v8/third_party/googletest/src': 'v8/third_party/googletest/src':
......
...@@ -93,10 +93,7 @@ source_set("gtest") { ...@@ -93,10 +93,7 @@ source_set("gtest") {
deps = [] deps = []
if (is_fuchsia) { if (is_fuchsia) {
deps += [ deps += [ "//third_party/fuchsia-sdk:fdio" ]
"//third_party/fuchsia-sdk:fdio",
"//third_party/fuchsia-sdk:launchpad",
]
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment