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

Unified Diff: ash/ash.gyp

Issue 11360045: ash: Add RootWindowHostFactory class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years 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 | « no previous file | ash/display/display_manager.h » ('j') | ui/aura/root_window.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index b4d6be769892089eab98442a7e9ce44480fa5aee..74002935c308015c776b610d4a813402798eab33 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -81,6 +81,7 @@
'display/display_error_dialog.h',
'display/display_manager.cc',
'display/display_manager.h',
+ 'display/display_manager_delegate.h',
'display/mouse_cursor_event_filter.cc',
'display/mouse_cursor_event_filter.h',
'display/output_configurator_animation.cc',
@@ -140,6 +141,9 @@
'magnifier/partial_magnification_controller.h',
'root_window_controller.cc',
'root_window_controller.h',
+ 'root_window_delegate.cc',
+ 'root_window_delegate.h',
+ 'root_window_delegate_win.cc',
'rotator/screen_rotation.cc',
'rotator/screen_rotation.h',
'screen_ash.cc',
@@ -439,6 +443,11 @@
['exclude', 'accelerators/nested_dispatcher_controller.h'],
],
}],
+ ['OS=="win"', {
+ 'sources/': [
+ ['exclude', 'root_window_delegate.cc'],
+ ],
+ }],
['OS!="linux"', {
'sources/': [
['exclude', 'system/monitor/tray_monitor.cc'],
« no previous file with comments | « no previous file | ash/display/display_manager.h » ('j') | ui/aura/root_window.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698