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

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: Nit addressed. 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 4c342b76416443dd0b7c87f1605991d7169bde37..b3d9c1ee1a4809272be79d9adb073583effafb98 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -455,10 +455,14 @@
'sources/': [
['exclude', 'corewm'],
['exclude', 'widget/desktop_aura'],
- ['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', {
« 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