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', |
+ ], |
+ }, |
+ }, |
], |
} |