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

Unified Diff: DEPS

Issue 2594483002: third_party: Add libdrm. (Closed)
Patch Set: Add libdrm deps to gbm_unittests. Created 4 years 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 | third_party/libdrm/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 65914d08ff90063afb7b1fd16a5a682822d1836c..bdfaf3661cd6eace6b25ff0f13605bf841e058be 100644
--- a/DEPS
+++ b/DEPS
@@ -425,6 +425,10 @@ deps_os = {
'src/third_party/minigbm/src':
Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + '3345977b5e9ef13f97e2e858241297fc4bfc7401',
+ # Userspace interface to kernel DRM services.
+ 'src/third_party/libdrm/src':
+ Var('chromium_git') + '/chromiumos/third_party/libdrm.git' + '@' + '4c4778123b7b11f750577199644f5d6820851dbb',
+
# Display server protocol for Linux.
'src/third_party/wayland/src':
Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + '6a18a87727c64719c68168568b9ab1e4d7c2d9c1',
« no previous file with comments | « no previous file | third_party/libdrm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698