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 660b935fea4d56fd2795bbb3e158b9549e93a80f..2c318c9cd44a3e83e4d05b338eefd66135fbff8e 100644 |
--- a/third_party/wayland-protocols/wayland-protocols.gyp |
+++ b/third_party/wayland-protocols/wayland-protocols.gyp |
@@ -144,5 +144,25 @@ |
], |
}, |
}, |
+ { |
+ 'target_name': 'gaming_input_protocol', |
+ 'type': 'static_library', |
+ 'dependencies' : [ |
+ '../wayland/wayland.gyp:wayland_util', |
+ ], |
+ 'sources': [ |
+ 'include/protocol/gaming-input-unstable-v1-client-protocol.h', |
+ 'include/protocol/gaming-input-unstable-v1-server-protocol.h', |
+ 'protocol/gaming-input-protocol.c', |
+ ], |
+ 'include_dirs': [ |
+ 'include/protocol', |
+ ], |
+ 'direct_dependent_settings': { |
+ 'include_dirs': [ |
+ 'include/protocol', |
+ ], |
+ }, |
+ }, |
], |
} |