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

Unified Diff: ui/views/views.gyp

Issue 11293124: Remove top and bottom margins from TrayBubbleView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Made TrayBubbleView aura-only, removed #ifdefs. Created 8 years, 1 month 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/bubble/tray_bubble_view.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 2b2e67e0a235352f51d7bae914648e2215bc8ced..53b7a580b64263ae9b1aaba354af515b72d2dd40 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -455,6 +455,8 @@
'sources/': [
['exclude', '../aura/shared/'],
['exclude', '../aura/desktop/'],
+ ['exclude', 'bubble/tray_bubble_view.cc'],
msw 2012/11/08 18:32:54 nit: specific files should be listed in a "sources
bartfab (slow) 2012/11/08 18:40:15 Done.
+ ['exclude', 'bubble/tray_bubble_view.h'],
['exclude', '/desktop_[^/]*\\.cc$'],
['exclude', '/x11_[^/]*\\.cc$'],
['exclude', 'widget/native_widget_aura_window_observer.cc'],
« no previous file with comments | « ui/views/bubble/tray_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698