summaryrefslogtreecommitdiffstats
path: root/chrome/views/views.vcproj
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-16 23:25:13 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-16 23:25:13 +0000
commit48c8fa63122510b2c51c6608a93b30e94192e679 (patch)
treedc22b80b2f4103d865cbfe47c6f4dc52c8595985 /chrome/views/views.vcproj
parent9ea0ea99d3a1140a17712a286414d387eddbe8ac (diff)
downloadchromium_src-48c8fa63122510b2c51c6608a93b30e94192e679.zip
chromium_src-48c8fa63122510b2c51c6608a93b30e94192e679.tar.gz
chromium_src-48c8fa63122510b2c51c6608a93b30e94192e679.tar.bz2
Rework the Button API to be saner in preparation for NativeControl rejiggering.BaseButton->Button, CustomButtonButton->ImageButtonToggleButton->ToggleImageButtonRemoving SetListener (buttons take listener through ctor)Tidy up source files. No functionality changes, just naming and organization.Look at the button classes first, then everything else.
Review URL: http://codereview.chromium.org/46096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11799 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/views.vcproj')
-rw-r--r--chrome/views/views.vcproj24
1 files changed, 16 insertions, 8 deletions
diff --git a/chrome/views/views.vcproj b/chrome/views/views.vcproj
index 49e1abe..01f8da5 100644
--- a/chrome/views/views.vcproj
+++ b/chrome/views/views.vcproj
@@ -178,14 +178,6 @@
>
</File>
<File
- RelativePath=".\base_button.cc"
- >
- </File>
- <File
- RelativePath=".\base_button.h"
- >
- </File>
- <File
RelativePath=".\bitmap_scroll_bar.cc"
>
</File>
@@ -254,6 +246,14 @@
>
</File>
<File
+ RelativePath=".\custom_button.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\custom_button.h"
+ >
+ </File>
+ <File
RelativePath=".\custom_frame_view.cc"
>
</File>
@@ -338,6 +338,14 @@
>
</File>
<File
+ RelativePath=".\image_button.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\image_button.h"
+ >
+ </File>
+ <File
RelativePath=".\image_view.cc"
>
</File>