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

Unified Diff: ui/views/views.gyp

Issue 10933085: Update ConstrainedWindowViews appearance according to mock (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review updates Created 8 years, 3 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
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index c9fd3fcdf29990e1f53b24e7ccb0b53e6d6c073e..8fe4bacdd36a907050a94e83dcb845651ad891dc 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -91,6 +91,8 @@
'controls/button/radio_button.h',
'controls/button/text_button.cc',
'controls/button/text_button.h',
+ 'controls/button/chrome_style.cc',
+ 'controls/button/chrome_style.h',
'controls/combobox/combobox.cc',
'controls/combobox/combobox.h',
'controls/combobox/combobox_listener.h',
@@ -258,6 +260,8 @@
'focus/view_storage.h',
'focus/widget_focus_manager.cc',
'focus/widget_focus_manager.h',
+ 'focus_border.cc',
+ 'focus_border.h',
'ime/input_method_base.cc',
'ime/input_method_base.h',
'ime/input_method_bridge.cc',

Powered by Google App Engine
This is Rietveld 408576698