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

Unified Diff: ui/ozone/platform/wayland/BUILD.gn

Issue 1610683003: Add initial SHM-only Wayland Ozone implementation (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 | « ui/ozone/ozone.gyp ('k') | ui/ozone/platform/wayland/client_native_pixmap_factory_wayland.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/wayland/BUILD.gn
diff --git a/ui/ozone/platform/wayland/BUILD.gn b/ui/ozone/platform/wayland/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..98c74a42456f6b0a5aea9ba7931509b7393b2262
--- /dev/null
+++ b/ui/ozone/platform/wayland/BUILD.gn
@@ -0,0 +1,27 @@
+# Copyright 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+source_set("wayland") {
+ sources = [
+ "client_native_pixmap_factory_wayland.cc",
+ "client_native_pixmap_factory_wayland.h",
+ "ozone_platform_wayland.cc",
+ "ozone_platform_wayland.h",
+ "wayland_display.cc",
+ "wayland_display.h",
+ "wayland_object.h",
+ "wayland_surface_factory.cc",
+ "wayland_surface_factory.h",
+ "wayland_window.cc",
+ "wayland_window.h",
+ ]
+
+ deps = [
+ "//base",
+ "//skia",
+ "//third_party/wayland:wayland_client",
+ "//third_party/wayland-protocols:xdg_shell_protocol",
+ "//ui/ozone:ozone_base",
+ ]
+}
« no previous file with comments | « ui/ozone/ozone.gyp ('k') | ui/ozone/platform/wayland/client_native_pixmap_factory_wayland.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698