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

Unified Diff: third_party/wayland/wayland.gyp

Issue 1752723003: exo: produce libwayland-client.so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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/BUILD.gn ('k') | ui/ozone/platform/wayland/BUILD.gn » ('j') | 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 df72c997e7cc98b6b931dc5aee9572529289f519..a7f7a9fe9ea9d60c64a5fb179b623d3a586dd317 100644
--- a/third_party/wayland/wayland.gyp
+++ b/third_party/wayland/wayland.gyp
@@ -93,8 +93,8 @@
},
},
{
- 'target_name': 'wayland_client',
- 'type': 'static_library',
+ 'target_name': 'wayland-client',
+ 'type': 'shared_library',
'dependencies': [
'../../build/linux/system.gyp:libffi',
'wayland_private',
« no previous file with comments | « third_party/wayland/BUILD.gn ('k') | ui/ozone/platform/wayland/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698