From 832e0bdf91fe0f44dad3c5b2af1da860d11d874a Mon Sep 17 00:00:00 2001 From: Edward Lemur Date: Mon, 11 Sep 2017 20:24:52 +0200 Subject: [PATCH] WebRTC: Update source-of-truth on 'fetch webrtc' Bug: 751635 Change-Id: I0eaac306d394662d966e416b649414e9adbea048 Reviewed-on: https://chromium-review.googlesource.com/660258 Reviewed-by: Aaron Gable Reviewed-by: Henrik Kjellander Reviewed-by: Andrii Shyshkalov Commit-Queue: Aaron Gable --- fetch_configs/webrtc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_configs/webrtc.py b/fetch_configs/webrtc.py index 8f4568dbb1..2886698916 100644 --- a/fetch_configs/webrtc.py +++ b/fetch_configs/webrtc.py @@ -14,7 +14,7 @@ class WebRTC(config_util.Config): @staticmethod def fetch_spec(props): - url = 'https://chromium.googlesource.com/external/webrtc.git' + url = 'https://webrtc.googlesource.com/src.git' spec = { 'solutions': [ {