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

Unified Diff: ui/aura/aura.gyp

Issue 10789018: aura: Add X11 host window management. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Keep ash switches alphabetized. Created 8 years, 5 months 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
Index: ui/aura/aura.gyp
diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp
index 24e200236a4ebf8ff4812150fbf65df0d5c75a3c..7c19a9309a59e00576b3c877875aabfea2738fc1 100644
--- a/ui/aura/aura.gyp
+++ b/ui/aura/aura.gyp
@@ -84,6 +84,11 @@
'focus_change_observer.h',
'focus_manager.cc',
'focus_manager.h',
+ 'hostwm/host_window_delegate.cc',
+ 'hostwm/host_window_delegate.h',
+ 'hostwm/host_window_manager_client.h',
+ 'hostwm/host_window_manager_x11.cc',
+ 'hostwm/host_window_manager_x11.h',
'layout_manager.cc',
'layout_manager.h',
'display_change_observer_x11.cc',
@@ -132,6 +137,8 @@
['OS=="linux"', {
'link_settings': {
'libraries': [
+ '-lXcomposite',
+ '-lXdamage',
'-lXfixes',
'-lXrandr',
],
« ash/hostwm/host_window_container.h ('K') | « ash/shell.cc ('k') | ui/aura/hostwm/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698