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

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

Issue 750593003: Ozone X11 platform Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cleanup leftover stuff Created 6 years 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/egltest/ozone_platform_egltest.cc ('k') | ui/ozone/platform/x11/ozone_platform_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/x11/BUILD.gn
diff --git a/components/wallpaper/BUILD.gn b/ui/ozone/platform/x11/BUILD.gn
similarity index 50%
copy from components/wallpaper/BUILD.gn
copy to ui/ozone/platform/x11/BUILD.gn
index cdbd69b4af4ee0a77f938b9232dd472685feec0d..54cb84e152c41184d1cce123eaed1fd3f2866caf 100644
--- a/components/wallpaper/BUILD.gn
+++ b/ui/ozone/platform/x11/BUILD.gn
@@ -2,19 +2,19 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-component("wallpaper") {
+source_set("x11") {
sources = [
- "wallpaper_resizer.cc",
- "wallpaper_resizer.h",
- "wallpaper_resizer_observer.h",
- "wallpaper_layout.h",
+ "ozone_platform_x11.cc",
+ "ozone_platform_x11.h",
+ "x11_input_controller.cc",
+ "x11_input_controller.h",
+ "x11_surface_factory.cc",
+ "x11_surface_factory.h",
]
- defines = [ "WALLPAPER_IMPLEMENTATION" ]
-
deps = [
"//base",
- "//skia",
"//ui/gfx",
+ "//ui/platform_window/x11",
]
}
« no previous file with comments | « ui/ozone/platform/egltest/ozone_platform_egltest.cc ('k') | ui/ozone/platform/x11/ozone_platform_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698