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

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: Browser test fixes Created 8 years, 2 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 3498bb3e6e36641375da90705c8cdeaf1fdb9893..de0cf51ab5be7a00b3d0d051514b70d26920f037 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -83,6 +83,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',
@@ -250,6 +252,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