| Index: ui/ui.gyp
|
| diff --git a/ui/ui.gyp b/ui/ui.gyp
|
| index d173b95d51bc225f39fefbb471c4fffd4a74d0f8..347ba8017d92cfff09028b6bc386c3d9d4e8623b 100644
|
| --- a/ui/ui.gyp
|
| +++ b/ui/ui.gyp
|
| @@ -225,7 +225,13 @@
|
| 'base/win/window_impl.h',
|
| 'base/x/active_window_watcher_x.cc',
|
| 'base/x/active_window_watcher_x.h',
|
| + 'base/x/active_window_watcher_x_observer.h',
|
| 'base/x/events_x.cc',
|
| + 'base/x/root_window_property_watcher_x.cc',
|
| + 'base/x/root_window_property_watcher_x.h',
|
| + 'base/x/work_area_watcher_x.cc',
|
| + 'base/x/work_area_watcher_x.h',
|
| + 'base/x/work_area_watcher_x_observer.h',
|
| 'base/x/x11_util.cc',
|
| 'base/x/x11_util.h',
|
| 'base/x/x11_util_internal.h',
|
| @@ -346,6 +352,12 @@
|
| ['exclude', 'base/win/mouse_wheel_util.h'],
|
| ['exclude', 'base/x/active_window_watcher_x.cc'],
|
| ['exclude', 'base/x/active_window_watcher_x.h'],
|
| + ['exclude', 'base/x/active_window_watcher_x_observer.h'],
|
| + ['exclude', 'base/x/root_window_property_watcher_x.cc'],
|
| + ['exclude', 'base/x/root_window_property_watcher_x.h'],
|
| + ['exclude', 'base/x/work_area_watcher_x.cc'],
|
| + ['exclude', 'base/x/work_area_watcher_x.h'],
|
| + ['exclude', 'base/x/work_area_watcher_x_observer.h'],
|
| ],
|
| }, { # use_aura!=1
|
| 'sources!': [
|
| @@ -542,12 +554,7 @@
|
| 'sources!': [
|
| 'base/keycodes/keyboard_code_conversion_x.cc',
|
| 'base/keycodes/keyboard_code_conversion_x.h',
|
| - 'base/x/active_window_watcher_x.cc',
|
| - 'base/x/active_window_watcher_x.h',
|
| - 'base/x/events_x.cc',
|
| - 'base/x/x11_util.cc',
|
| - 'base/x/x11_util.h',
|
| - 'base/x/x11_util_internal.h',
|
| + 'base/x/',
|
| ],
|
| }],
|
| ['chromeos==1', {
|
|
|