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