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

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

Issue 1804973003: third_party: Add secure_output_protocol target to wayland-protocols. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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/unstable/secure-output/secure-output-unstable-v1.xml ('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 40afc33b58b41ece69e3f783a32afbb1f17f6882..94439077f58604a892045b94bd7af9e581b2426a 100644
--- a/third_party/wayland-protocols/wayland-protocols.gyp
+++ b/third_party/wayland-protocols/wayland-protocols.gyp
@@ -64,5 +64,25 @@
],
},
},
+ {
+ 'target_name': 'secure_output_protocol',
+ 'type': 'static_library',
+ 'dependencies' : [
+ '../wayland/wayland.gyp:wayland_util',
+ ],
+ 'sources': [
+ 'include/protocol/secure-output-unstable-v1-client-protocol.h',
+ 'include/protocol/secure-output-unstable-v1-server-protocol.h',
+ 'protocol/secure-output-protocol.c',
+ ],
+ 'include_dirs': [
+ 'include/protocol',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ 'include/protocol',
+ ],
+ },
+ },
],
}
« no previous file with comments | « third_party/wayland-protocols/unstable/secure-output/secure-output-unstable-v1.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698