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

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

Issue 2093803002: wayland-protocols: Add gaming-input-unstable-v1 protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@migration
Patch Set: fixed nit, regenerated Created 4 years, 5 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/gaming-input/gaming-input-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 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',
+ ],
+ },
+ },
],
}
« no previous file with comments | « third_party/wayland-protocols/unstable/gaming-input/gaming-input-unstable-v1.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698