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

Unified Diff: third_party/wayland/wayland.gyp

Issue 1584653011: third_party/wayland: Add wayland_client target to wayland.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland/wayland.gyp
diff --git a/third_party/wayland/wayland.gyp b/third_party/wayland/wayland.gyp
index 7bb4c79c657e4e130d151a39c8c9c59ea652b32b..ae2aade0c038037aa683a0be25d8c930ba931f7b 100644
--- a/third_party/wayland/wayland.gyp
+++ b/third_party/wayland/wayland.gyp
@@ -70,5 +70,31 @@
],
},
},
+ {
+ 'target_name': 'wayland_client',
+ 'type': 'static_library',
+ 'dependencies' : [
+ '../../build/linux/system.gyp:libffi',
+ 'wayland_private',
+ 'wayland_util',
+ ],
+ 'sources': [
+ 'include/protocol/wayland-client-protocol.h',
+ 'protocol/wayland-protocol.c',
reveman 2016/01/19 22:23:29 Can we add a wayland_protocol target for this to m
+ 'src/src/wayland-client.c',
+ ],
+ 'include_dirs': [
+ 'include/src',
+ 'include/protocol',
+ 'src/src',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ 'include/src',
+ 'include/protocol',
+ 'src/src',
+ ],
+ },
+ },
],
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698