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

Unified Diff: ui/ui.gyp

Issue 8595003: Have panels respond to changes in work area on Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile linux_view and chromeos. Created 9 years, 1 month 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/base/x/x11_util.cc ('k') | views/widget/native_widget_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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', {
« no previous file with comments | « ui/base/x/x11_util.cc ('k') | views/widget/native_widget_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698