From ea5cd3226c6d0a764cefcee89f5f976f268b03f7 Mon Sep 17 00:00:00 2001 From: Ryan Macnak Date: Fri, 15 Sep 2017 10:47:31 -0700 Subject: [PATCH] DEPS: Change the URL for Dart to the new Gerrit instance. (flutter/engine#4111) Makes it easy to upload a Dart change from a Flutter client. --- DEPS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 191132eef4..768a01b918 100644 --- a/DEPS +++ b/DEPS @@ -19,6 +19,7 @@ vars = { 'chromium_git': 'https://chromium.googlesource.com', + 'dart_git': 'https://dart.googlesource.com', 'fuchsia_git': 'https://fuchsia.googlesource.com', 'skia_git': 'https://skia.googlesource.com', 'github_git': 'https://github.com', @@ -154,7 +155,7 @@ deps = { Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '08cb956852a5ccdba7f9c941728bb833529ba3c6', 'src/dart': - Var('chromium_git') + '/external/github.com/dart-lang/sdk.git' + '@' + Var('dart_revision'), + Var('dart_git') + '/sdk.git' + '@' + Var('dart_revision'), 'src/third_party/boringssl': Var('github_git') + '/dart-lang/boringssl_gen.git' + '@' + Var('dart_boringssl_gen_rev'),