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

Unified Diff: ui/views/views.gyp

Issue 240163006: Linux Aura Task Manager Frame Buttons Misaligned (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor button observer out of CustomFrameView Created 6 years, 8 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
« no previous file with comments | « no previous file | ui/views/window/custom_frame_view.h » ('j') | ui/views/window/custom_frame_view.h » ('J')
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 2d8279bb27bb91573f8e83372f1341456e793c6a..1b7056ee19061d41e945349dec114f21313eeb27 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -415,6 +415,8 @@
'window/native_frame_view.h',
'window/non_client_view.cc',
'window/non_client_view.h',
+ 'window/window_button_order_provider.cc',
+ 'window/window_button_order_provider.h',
'window/window_resources.h',
'window/window_shape.cc',
'window/window_shape.h',
@@ -645,6 +647,7 @@
'widget/root_view_unittest.cc',
'widget/widget_unittest.cc',
'widget/window_reorderer_unittest.cc',
+ 'window/custom_frame_view_unittest.cc',
'window/dialog_client_view_unittest.cc',
'window/dialog_delegate_unittest.cc',
],
« no previous file with comments | « no previous file | ui/views/window/custom_frame_view.h » ('j') | ui/views/window/custom_frame_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698