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

Unified Diff: ui/views/views.gyp

Issue 10270002: Get the custom frame limping with win-aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 134532)
+++ ui/views/views.gyp (working copy)
@@ -344,6 +344,10 @@
'widget/widget.h',
'widget/widget_delegate.cc',
'widget/widget_delegate.h',
+ 'widget/widget_hwnd_utils.cc',
+ 'widget/widget_hwnd_utils.h',
+ 'widget/widget_message_filter.cc',
+ 'widget/widget_message_filter.h',
'window/client_view.cc',
'window/client_view.h',
'window/custom_frame_view.cc',
@@ -432,6 +436,14 @@
'events/event_x.cc',
],
}],
+ ['use_aura==0 or OS!="win"', {
+ 'sources!': [
+ 'widget/widget_hwnd_utils.cc',
+ 'widget/widget_hwnd_utils.h',
+ 'widget/widget_message_filter.cc',
+ 'widget/widget_message_filter.h',
+ ],
+ }],
],
}, # target_name: views
{

Powered by Google App Engine
This is Rietveld 408576698