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

Unified Diff: DEPS

Issue 2028143002: third_party: Add librealsense library Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: support gyp Created 4 years, 6 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') | third_party/librealsense/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 4b2903739bb12866533fa903f2348ad0664d8d03..642ecf12ef5fd78820b8fbd08cc364780e49beab 100644
--- a/DEPS
+++ b/DEPS
@@ -200,6 +200,10 @@ deps = {
'src/third_party/ffmpeg':
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '7f03319b9d5a6d18de4100cee6d5453fee75bdda',
+ # Used for depth stream capture.
+ 'src/third_party/librealsense/src':
+ Var('chromium_git') + '/external/github.com/IntelRealSense/librealsense' + '@' + 'v0.9.2',
+
'src/third_party/usrsctp/usrsctplib':
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'c60ec8b35c3fe6027d7a3faae89d1c8d7dd3ce98',
« no previous file with comments | « .gitignore ('k') | third_party/librealsense/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698