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

Unified Diff: ui/views/views.gyp

Issue 18003003: Message center re-organized (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments applied Created 7 years, 6 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 995ab16a16c51914beeea800db5224cdbe1dca28..1c5ce629d14bb6552b16521c8eaeb6223728f0bb 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -520,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',
« ui/views/bubble/bubble_frame_view.cc ('K') | « ui/views/bubble/bubble_frame_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698