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

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: Compile fix. 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 f513cb34bab1c3dee48d6464a071d24725ce5ecf..8791f5ca95f5f71cbbd6a9603f441bc66f0dfb27 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -458,10 +458,14 @@
['exclude', 'corewm'],
['exclude', '/desktop_[^/]*\\.cc$'],
['exclude', '/x11_[^/]*\\.cc$'],
- ['exclude', 'widget/native_widget_aura_window_observer.cc'],
- ['exclude', 'widget/native_widget_aura_window_observer.h'],
- ['exclude', 'widget/widget_aura_utils.cc'],
- ['exclude', 'widget/widget_aura_utils.h'],
+ ],
+ 'sources!': [
+ 'bubble/tray_bubble_view.cc',
+ 'bubble/tray_bubble_view.h',
+ 'widget/native_widget_aura_window_observer.cc',
+ 'widget/native_widget_aura_window_observer.h',
+ 'widget/widget_aura_utils.cc',
+ 'widget/widget_aura_utils.h',
],
}],
['chromeos==1', {
« 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