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

Unified Diff: third_party/wayland-protocols/wayland-protocols.gyp

Issue 1746633002: third_party: Add linux_dmabuf_protocol target to wayland-protocols. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « third_party/wayland-protocols/protocol/linux-dmabuf-protocol.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland-protocols/wayland-protocols.gyp
diff --git a/third_party/wayland-protocols/wayland-protocols.gyp b/third_party/wayland-protocols/wayland-protocols.gyp
index 8c765e3278464659d69740f6a04a89f69c6f72a4..40afc33b58b41ece69e3f783a32afbb1f17f6882 100644
--- a/third_party/wayland-protocols/wayland-protocols.gyp
+++ b/third_party/wayland-protocols/wayland-protocols.gyp
@@ -25,6 +25,26 @@
},
},
{
+ 'target_name': 'linux_dmabuf_protocol',
+ 'type': 'static_library',
+ 'dependencies' : [
+ '../wayland/wayland.gyp:wayland_util',
+ ],
+ 'sources': [
+ 'include/protocol/linux-dmabuf-unstable-v1-client-protocol.h',
+ 'include/protocol/linux-dmabuf-unstable-v1-server-protocol.h',
+ 'protocol/linux-dmabuf-protocol.c',
+ ],
+ 'include_dirs': [
+ 'include/protocol',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ 'include/protocol',
+ ],
+ },
+ },
+ {
'target_name': 'scaler_protocol',
'type': 'static_library',
'dependencies' : [
« no previous file with comments | « third_party/wayland-protocols/protocol/linux-dmabuf-protocol.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698