| 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",
|
| ]
|
| }
|
|
|