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

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: typo 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
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..560a1ee203abaac00d5b72545f391f4842c90ce1 100644
--- a/third_party/wayland-protocols/wayland-protocols.gyp
+++ b/third_party/wayland-protocols/wayland-protocols.gyp
@@ -64,5 +64,25 @@
],
},
},
+ {
+ 'target_name': 'secure_contents_protocol',
+ 'type': 'static_library',
+ 'dependencies' : [
+ '../wayland/wayland.gyp:wayland_util',
+ ],
+ 'sources': [
+ 'include/protocol/secure-contents-unstable-v1-client-protocol.h',
+ 'include/protocol/secure-contents-unstable-v1-server-protocol.h',
+ 'protocol/secure-contents-protocol.c',
+ ],
+ 'include_dirs': [
+ 'include/protocol',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ 'include/protocol',
+ ],
+ },
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698