From 3b74d3333e0a7f1db9b5cbfefc1e2c4d6f3e878a Mon Sep 17 00:00:00 2001 From: William Hesse Date: Thu, 26 Oct 2017 14:00:46 +0200 Subject: [PATCH] Dart: Change url of Dart repository in gclient recipe module Dart config. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: Change-Id: I031f5787a87a4bddbd3492912814476daf2c9b4f Reviewed-on: https://chromium-review.googlesource.com/738118 Commit-Queue: William Hesse Reviewed-by: Paweł Hajdan Jr. --- recipes/recipe_modules/gclient/config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes/recipe_modules/gclient/config.py b/recipes/recipe_modules/gclient/config.py index 3e483d4b25..77b412dd2f 100644 --- a/recipes/recipe_modules/gclient/config.py +++ b/recipes/recipe_modules/gclient/config.py @@ -269,8 +269,7 @@ def boringssl(c): def dart(c): soln = c.solutions.add() soln.name = 'sdk' - soln.url = ('https://chromium.googlesource.com/external/github.com/' + - 'dart-lang/sdk.git') + soln.url = ('https://dart.googlesource.com/sdk.git') soln.deps_file = 'DEPS' soln.managed = False