Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: DEPS

Issue 1159443002: Roll Dart forward (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/engine/bindings/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 9f5ba680a6b701604a485fb66e3398e72c779b58..b43a92e83473c1551feae8f3cc526e12f223e841 100644
--- a/DEPS
+++ b/DEPS
@@ -20,11 +20,12 @@
vars = {
'chromium_git': 'https://chromium.googlesource.com',
'dart_svn': 'https://dart.googlecode.com',
+ 'dart_git': 'https://github.com',
'skia_revision': '409fd66a5afcef5f165f7ccec7c3473add231752',
'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519',
'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc',
'buildtools_revision': '15308f469a704c45d15567fa69cd94ce07ad0e1b',
- 'dart_revision': '45606',
+ 'dart_revision': 'd7450e43fb603b4f18e53f96b35b61da47b5bc8d',
'dart_observatory_packages_revision': '45565',
'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0',
'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec',
@@ -39,6 +40,7 @@ allowed_hosts = [
'boringssl.googlesource.com',
'chromium.googlesource.com',
'dart.googlecode.com',
+ 'github.com',
eseidel 2015/05/22 20:21:15 I missed this initially. I doubt this is OK. I'v
'pdfium.googlesource.com',
]
@@ -64,14 +66,8 @@ deps = {
'src/v8':
Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
- 'src/dart/runtime':
- Var('dart_svn') + '/svn/branches/bleeding_edge/dart/runtime' + '@' + Var('dart_revision'),
-
- 'src/dart/sdk/lib':
- Var('dart_svn') + '/svn/branches/bleeding_edge/dart/sdk/lib' + '@' + Var('dart_revision'),
-
- 'src/dart/tools':
- Var('dart_svn') + '/svn/branches/bleeding_edge/dart/tools' + '@' + Var('dart_revision'),
+ 'src/dart/':
+ Var('dart_git') + '/dart-lang/sdk.git' + '@' + Var('dart_revision'),
'src/dart/third_party/observatory_pub_packages':
Var('dart_svn') + '/svn/third_party/observatory_pub_packages' + '@' +
« no previous file with comments | « no previous file | sky/engine/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698