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

Unified Diff: ui/views/views.gyp

Issue 18003003: Message center re-organized (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« no previous file with comments | « ui/views/shadow_border.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index a12b81d15f7cdef658291ee51561c4d1254d6d01..583e691987b70e9ba579f8254ca372dd30847499 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -324,6 +324,8 @@
'repeat_controller.h',
'round_rect_painter.cc',
'round_rect_painter.h',
+ 'shadow_border.cc',
+ 'shadow_border.h',
'touchui/touch_editing_menu.cc',
'touchui/touch_editing_menu.h',
'touchui/touch_selection_controller_impl.cc',
@@ -518,6 +520,12 @@
['exclude', 'widget/desktop_aura'],
],
}],
+ ['use_ash==0', {
+ 'sources!': [
+ 'bubble/tray_bubble_view.cc',
+ 'bubble/tray_bubble_view.h',
+ ],
+ }],
['use_aura==0 and OS=="win"', {
'sources!': [
'controls/menu/menu_config_views.cc',
« no previous file with comments | « ui/views/shadow_border.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698