Commit a0defa86 authored by Rohit Rao's avatar Rohit Rao Committed by Commit Bot

[ios] Fixes the repo URL for ios/third_party/webkit/src.

BUG=None

Change-Id: I07de8b010065ea27a5f36bdd5f71d12a5bde7ab5
Reviewed-on: https://chromium-review.googlesource.com/c/1457003
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#629837}
parent a71d7afa
...@@ -449,7 +449,7 @@ deps = { ...@@ -449,7 +449,7 @@ deps = {
}, },
'src/ios/third_party/webkit/src': { 'src/ios/third_party/webkit/src': {
'url': 'https://chromium.googlesource.com/external/Webkit', 'url': Var('chromium_git') + '/external/github.com/WebKit/webkit.git',
'condition': 'checkout_ios and checkout_ios_webkit' 'condition': 'checkout_ios and checkout_ios_webkit'
}, },
......
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