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

Unified Diff: DEPS

Issue 1157263003: Add vector_math and box2d as external Dart packages (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 | « .gitignore ('k') | build/ls.py » ('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 0c38ed5b1a9b5bffb222c8bc6e011d756a5687b7..3e481a730f628a52fe89cb97c33dceb811eaff09 100644
--- a/DEPS
+++ b/DEPS
@@ -31,6 +31,8 @@ vars = {
'lss_revision': 'e079768b7e3a94dcbe7d338496c0c3bde7151b6e',
'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63',
'nacl_revision': '87d5dd90911a0657c27574f78e86b7dfc4ad8b29',
+ 'vector_math_dart_revision': '65915583f7aa606cb47ed265f853c18c60102b81',
+ 'box2d_dart_revision': 'c5e65d9546275e78ad2a1d51b459e7638f6e4323',
}
# Only these hosts are allowed for dependencies in this DEPS file.
@@ -100,6 +102,12 @@ deps = {
'src/native_client':
Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
+
+ 'src/third_party/dart-pkg/vector_math':
+ Var('chromium_git') + '/external/github.com/google/vector_math.dart.git' + '@' + Var('vector_math_dart_revision'),
+
+ 'src/third_party/dart-pkg/box2d':
+ Var('chromium_git') + '/external/github.com/google/box2d.dart.git' + '@' + Var('box2d_dart_revision'),
}
« no previous file with comments | « .gitignore ('k') | build/ls.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698