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

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: Provide mask layers with device scale information, fixing high-DPI rendering. 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
« ui/views/bubble/tray_bubble_view.cc ('K') | « 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 f0fccaf121669be5bbe2b3df30e7430bab493f62..9ff6197d119edb4a476431b56901b94963c4c68a 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -464,6 +464,10 @@
['exclude', 'widget/widget_aura_utils.cc'],
['exclude', 'widget/widget_aura_utils.h'],
],
+ 'sources!': [
+ 'bubble/tray_bubble_view.cc',
+ 'bubble/tray_bubble_view.h',
+ ],
}],
['chromeos==1', {
'sources/': [
« ui/views/bubble/tray_bubble_view.cc ('K') | « 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