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

Unified Diff: components/exo/wayland/client_demo/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/BUILD.gn ('k') | components/exo/wayland/client_demo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/wayland/client_demo/BUILD.gn
diff --git a/components/autofill/core/browser/proto/BUILD.gn b/components/exo/wayland/client_demo/BUILD.gn
similarity index 61%
copy from components/autofill/core/browser/proto/BUILD.gn
copy to components/exo/wayland/client_demo/BUILD.gn
index ad52e78646b3a2edf44ea16e992e3d8187eb2dad..c649173fed932d06606d3a42d9d246de9d15b2ae 100644
--- a/components/autofill/core/browser/proto/BUILD.gn
+++ b/components/exo/wayland/client_demo/BUILD.gn
@@ -2,10 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//third_party/protobuf/proto_library.gni")
-
-proto_library("proto") {
+source_set("client_demo") {
sources = [
- "server.proto",
+ "wayland_client_demo.cc",
+ ]
+
+ deps = [
+ "//third_party/wayland:wayland-client",
]
}
« no previous file with comments | « components/exo/wayland/BUILD.gn ('k') | components/exo/wayland/client_demo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698