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

Unified Diff: ash/ash.gyp

Issue 11360045: ash: Add RootWindowHostFactory class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary braces and add missing windows_version.h include. 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.cc » ('j') | no next file with comments »
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 6f3d16b98676ca572b1057cae0dda8afbc553c7b..1720494bcaf53fe2db967678ae44128c6c92a4de 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -100,6 +100,9 @@
'focus_cycler.h',
'high_contrast/high_contrast_controller.cc',
'high_contrast/high_contrast_controller.h',
+ 'host/root_window_host_factory.cc',
+ 'host/root_window_host_factory.h',
+ 'host/root_window_host_factory_win.cc',
'keyboard_overlay/keyboard_overlay_delegate.cc',
'keyboard_overlay/keyboard_overlay_delegate.h',
'keyboard_overlay/keyboard_overlay_view.cc',
@@ -439,6 +442,11 @@
['exclude', 'accelerators/nested_dispatcher_controller.h'],
],
}],
+ ['OS=="win"', {
+ 'sources/': [
+ ['exclude', 'host/root_window_host_factory.cc'],
+ ],
+ }],
['OS!="linux"', {
'sources/': [
['exclude', 'system/monitor/tray_monitor.cc'],
« no previous file with comments | « no previous file | ash/display/display_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698