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

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

Issue 2324163002: Add FakeDisplayDelegate for off device usage. (Closed)
Patch Set: Fix windows compile problems. 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 09073daffa745b39a1a5ef6c38673c4ba7605642..7d194d1ac3c3e5bc958edf16b75c8aa108fc7152 100644
--- a/ui/ozone/platform/x11/BUILD.gn
+++ b/ui/ozone/platform/x11/BUILD.gn
@@ -12,8 +12,6 @@ source_set("x11") {
"gl_ozone_glx.h",
"gl_surface_glx_ozone.cc",
"gl_surface_glx_ozone.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",
@@ -26,6 +24,7 @@ source_set("x11") {
"//base",
"//skia",
"//ui/base",
+ "//ui/display",
"//ui/display/types",
"//ui/display/util",
"//ui/events",
« no previous file with comments | « ui/ozone/platform/headless/ozone_platform_headless.cc ('k') | ui/ozone/platform/x11/native_display_delegate_ozone_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698