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

Unified Diff: DEPS

Issue 829803003: Adding Chrome-side WebVR interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated Cardboard lib to v0.5.3 Created 5 years, 8 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
Index: DEPS
diff --git a/DEPS b/DEPS
index 54fea8b83481cd7c18a003411d2670144a583ee1..05e43f5d907a6d126e0925304f3e44ede5106692 100644
--- a/DEPS
+++ b/DEPS
@@ -486,6 +486,9 @@ deps_os = {
'src/third_party/requests/src':
Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
+ 'src/third_party/cardboard-java/src':
+ Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.git' + '@' + 'c2a953d093ef7b29b9b0a113c7d5d104fe5d188d',
+
},
}

Powered by Google App Engine
This is Rietveld 408576698