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

Unified Diff: ui/views/views.gyp

Issue 11836003: Allow message center and related bubbles to render on Windows. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove ifdefs. Created 7 years, 11 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
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index a7c38b4c05b1c7a073ef73ca9a41f0df992dcdd8..7895a8e5c7770f018e75acd247cc5556d9165bc5 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -195,6 +195,9 @@
'controls/single_split_view_listener.h',
'controls/slide_out_view.cc',
'controls/slide_out_view.h',
+ 'controls/slide_out_view_impl.h',
+ 'controls/slide_out_view_impl.cc',
+ 'controls/slide_out_view_impl_aura.cc',
'controls/slider.cc',
'controls/slider.h',
'controls/tabbed_pane/native_tabbed_pane_views.cc',
@@ -451,6 +454,7 @@
'sources!': [
'controls/native_control.cc',
'controls/native_control.h',
+ 'controls/slide_out_view_impl.cc'
'controls/scrollbar/bitmap_scroll_bar.cc',
'controls/scrollbar/bitmap_scroll_bar.h',
'controls/table/group_table_model.h',

Powered by Google App Engine
This is Rietveld 408576698