summaryrefslogtreecommitdiffstats
path: root/ui/views/views.gyp
diff options
context:
space:
mode:
authorgbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-21 03:33:47 +0000
committergbillock@chromium.org <gbillock@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-21 03:33:47 +0000
commite89767d667a9cbc4bdcf4edae7960ebeee6f0298 (patch)
tree02cbbcbf8d1cd518791f5304e3f89b0014f5a091 /ui/views/views.gyp
parentf261e4fcba68dbc9bedceab9ea338f006c299106 (diff)
downloadchromium_src-e89767d667a9cbc4bdcf4edae7960ebeee6f0298.zip
chromium_src-e89767d667a9cbc4bdcf4edae7960ebeee6f0298.tar.gz
chromium_src-e89767d667a9cbc4bdcf4edae7960ebeee6f0298.tar.bz2
[Toolbar] Refactoring: move ButtonDropDown, update image loading in Reload button.
ButtonDropDown is only used in the toolbar -- moved there to become the button base class. Update image loading in reload button to be a bit later to allow the reload button to get the ThemeProvider itself. Review URL: https://codereview.chromium.org/74483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/views.gyp')
-rw-r--r--ui/views/views.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 8937510..aba39de 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -76,8 +76,6 @@
'controls/button/blue_button.h',
'controls/button/button.cc',
'controls/button/button.h',
- 'controls/button/button_dropdown.cc',
- 'controls/button/button_dropdown.h',
'controls/button/checkbox.cc',
'controls/button/checkbox.h',
'controls/button/custom_button.cc',