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

Unified Diff: ui/views/views.gyp

Issue 10908048: Set up new desktop classes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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/views/views.gyp
===================================================================
--- ui/views/views.gyp (revision 154498)
+++ ui/views/views.gyp (working copy)
@@ -315,8 +315,13 @@
'widget/child_window_message_processor.h',
'widget/default_theme_provider.cc',
'widget/default_theme_provider.h',
+ 'widget/desktop_native_widget_aura.cc',
+ 'widget/desktop_native_widget_aura.h',
'widget/desktop_native_widget_helper_aura.cc',
'widget/desktop_native_widget_helper_aura.h',
+ 'widget/desktop_root_window_host.h',
+ 'widget/desktop_root_window_host_win.cc',
+ 'widget/desktop_root_window_host_win.h',
'widget/drop_helper.cc',
'widget/drop_helper.h',
'widget/drop_target_win.cc',
@@ -413,11 +418,22 @@
['exclude', 'widget/tooltip_manager_views.cc'],
],
}],
+ ['OS=="win"', {
+ 'sources/': [
+ ['include', 'widget/desktop_root_window_host_win.cc'],
+ ['include', 'widget/desktop_root_window_host_win.h'],
+ ],
+ }],
],
}],
['use_aura==0', {
'sources!': [
'widget/tooltip_manager_views.cc',
+ 'widget/desktop_root_window_host.h',
+ 'widget/desktop_root_window_host_win.cc',
+ 'widget/desktop_root_window_host_win.h',
+ 'widget/desktop_native_widget_aura.cc',
+ 'widget/desktop_native_widget_aura.h',
],
}],
['use_aura==0 and OS=="win"', {
« no previous file with comments | « no previous file | ui/views/widget/desktop_native_widget_aura.h » ('j') | ui/views/widget/desktop_native_widget_aura.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698