| Index: ui/base/BUILD.gn
|
| diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
|
| index 08c30708fbc6216edfef1ddd19a10e70bcf2e404..8342a958b2c76ca4a8fa0ec19799c4d08fa0fcef 100644
|
| --- a/ui/base/BUILD.gn
|
| +++ b/ui/base/BUILD.gn
|
| @@ -254,6 +254,8 @@ component("base") {
|
| "window_open_disposition.cc",
|
| "window_open_disposition.h",
|
| "work_area_watcher_observer.h",
|
| + "x/x11_foreign_window_manager.cc",
|
| + "x/x11_foreign_window_manager.h",
|
| "x/x11_menu_list.cc",
|
| "x/x11_menu_list.h",
|
| "x/x11_util.cc",
|
| @@ -329,6 +331,8 @@ component("base") {
|
| }
|
| if (!use_x11) {
|
| sources -= [
|
| + "x/x11_foreign_window_manager.cc",
|
| + "x/x11_foreign_window_manager.h",
|
| "x/x11_menu_list.cc",
|
| "x/x11_menu_list.h",
|
| "x/x11_util.cc",
|
|
|