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

Unified Diff: components/exo/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 | « no previous file | components/exo/wayland/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index d57eb8ff124be6f3f42742fb49445c7c810dc0dc..610b6fbdac25f2d517dd49af8d347e7a246c9cf5 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -125,3 +125,12 @@ test("exo_unittests") {
deps += [ "//components/exo/wayland:unit_tests" ]
}
}
+
+if (is_linux) {
+ executable("wayland_client_demo") {
+ output_name = "wayland_client_demo"
+ deps = [
+ "//components/exo/wayland/client_demo:client_demo",
+ ]
+ }
+}
« no previous file with comments | « no previous file | components/exo/wayland/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698