| Index: ui/base/x/BUILD.gn
|
| diff --git a/ui/base/x/BUILD.gn b/ui/base/x/BUILD.gn
|
| index 6be1ed616370203f6c8a7bfc1581ee8e408cb552..1af02b343c02fd155ee015b8a0aa7a1960bdd219 100644
|
| --- a/ui/base/x/BUILD.gn
|
| +++ b/ui/base/x/BUILD.gn
|
| @@ -14,6 +14,8 @@ component("x") {
|
| "x11_util.cc",
|
| "x11_util.h",
|
| "x11_util_internal.h",
|
| + "x11_window_cache.cc",
|
| + "x11_window_cache.h",
|
| ]
|
|
|
| configs += [ "//build/config/linux:x11" ]
|
| @@ -27,6 +29,7 @@ component("x") {
|
| "//ui/events",
|
| "//ui/events/devices/x11",
|
| "//ui/events/keycodes:x11",
|
| + "//ui/events/platform/x11",
|
| "//ui/gfx",
|
| "//ui/gfx/x",
|
| ]
|
|
|