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

Unified Diff: third_party/wayland/BUILD.gn

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 | « components/exo/wayland/client_demo/wayland_client_demo.cc ('k') | third_party/wayland/wayland.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/wayland/BUILD.gn
diff --git a/third_party/wayland/BUILD.gn b/third_party/wayland/BUILD.gn
index e9652b3859ab232ddca99846faafb50da27755d2..d02d4529de2956fc9804843a6c09970ed7809860 100644
--- a/third_party/wayland/BUILD.gn
+++ b/third_party/wayland/BUILD.gn
@@ -76,7 +76,7 @@ source_set("wayland_server") {
public_configs = [ ":wayland_config" ]
}
-source_set("wayland_client") {
+shared_library("wayland-client") {
sources = [
"include/protocol/wayland-client-protocol.h",
"src/src/wayland-client.c",
« no previous file with comments | « components/exo/wayland/client_demo/wayland_client_demo.cc ('k') | third_party/wayland/wayland.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698