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

Unified Diff: DEPS

Issue 1498473010: third_party: Add WDS library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wds
Patch Set: Updated the repo path to the real one Created 4 years, 10 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/wds/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 2f7387df05635bb91f2c6b4ae082680ab1ee7dab..3ebf0630d22cdea4f9ecab658b906689747d0b02 100644
--- a/DEPS
+++ b/DEPS
@@ -430,6 +430,10 @@ deps_os = {
# Wayland protocols that add functionality not available in the core protocol.
'src/third_party/wayland-protocols/src':
Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland-protocols.git' + '@' + '3543bb755c8858b0a70dfd20fd1beb74d865751d',
+
+ # Wireless Display Software. Used on Chrome OS.
+ 'src/third_party/wds/src':
+ Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'f187dda5fccaad08e168dc6657109325f42c648e',
},
'android': {
'src/third_party/android_protobuf/src':
« no previous file with comments | « .gitignore ('k') | third_party/wds/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698