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

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

Issue 2324163002: Add FakeDisplayDelegate for off device usage. (Closed)
Patch Set: Rebase and expand. Created 4 years, 3 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
Index: ui/ozone/platform/x11/BUILD.gn
diff --git a/ui/ozone/platform/x11/BUILD.gn b/ui/ozone/platform/x11/BUILD.gn
index e3ed8971070379a319b72dd9e6973621cb8ec39a..f79a7927d17bbef4c3e1ac5ab49e49836bf0e0f0 100644
--- a/ui/ozone/platform/x11/BUILD.gn
+++ b/ui/ozone/platform/x11/BUILD.gn
@@ -8,8 +8,6 @@ source_set("x11") {
sources = [
"client_native_pixmap_factory_x11.cc",
"client_native_pixmap_factory_x11.h",
- "native_display_delegate_ozone_x11.cc",
- "native_display_delegate_ozone_x11.h",
"ozone_platform_x11.cc",
"ozone_platform_x11.h",
"x11_cursor_factory_ozone.cc",
@@ -22,6 +20,7 @@ source_set("x11") {
"//base",
"//skia",
"//ui/base",
+ "//ui/display",
"//ui/display/types",
"//ui/display/util",
"//ui/events",

Powered by Google App Engine
This is Rietveld 408576698