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

Unified Diff: ui/ozone/platform/wayland/wayland.gypi

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/platform/wayland/ozone_platform_wayland.cc ('k') | ui/ozone/platform/wayland/wayland_display.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/wayland/wayland.gypi
diff --git a/ui/ozone/platform/wayland/wayland.gypi b/ui/ozone/platform/wayland/wayland.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..cd4bb85c63d9d901e5792c5d3bb216bedaa6c33f
--- /dev/null
+++ b/ui/ozone/platform/wayland/wayland.gypi
@@ -0,0 +1,43 @@
+# 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.
+
+{
+ 'variables': {
+ 'internal_ozone_platform_deps': [
+ 'ozone_platform_wayland',
+ ],
+ 'internal_ozone_platforms': [
+ 'wayland'
+ ],
+ },
+ 'targets': [
+ {
+ 'target_name': 'ozone_platform_wayland',
+ 'type': 'static_library',
+ 'defines': [
+ 'OZONE_IMPLEMENTATION',
+ ],
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../skia/skia.gyp:skia',
+ '../../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_protocol',
+ '../../third_party/wayland/wayland.gyp:wayland_client',
+ '../events/platform/events_platform.gyp:events_platform',
+ ],
+ '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",
+ ],
+ },
+ ],
+}
« no previous file with comments | « ui/ozone/platform/wayland/ozone_platform_wayland.cc ('k') | ui/ozone/platform/wayland/wayland_display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698