diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-23 21:55:52 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-23 21:55:52 +0000 |
commit | a8111ce7343d3d6458eff4a5f370cf611f6753b4 (patch) | |
tree | 30dfb0171c2e450f0271d3c787ac0cfbc06e663b /chrome/views/views.vcproj | |
parent | e48211e18675bec9056fb0762ec1c6644b0ff32e (diff) | |
download | chromium_src-a8111ce7343d3d6458eff4a5f370cf611f6753b4.zip chromium_src-a8111ce7343d3d6458eff4a5f370cf611f6753b4.tar.gz chromium_src-a8111ce7343d3d6458eff4a5f370cf611f6753b4.tar.bz2 |
The death knell for the old native buttons, checkboxes and radio buttons.
Replace with renamed NativeButton2, Checkbox2, RadioButton2.
Review URL: http://codereview.chromium.org/50083
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12317 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/views.vcproj')
-rw-r--r-- | chrome/views/views.vcproj | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/chrome/views/views.vcproj b/chrome/views/views.vcproj index 01e5770..29cf7bd 100644 --- a/chrome/views/views.vcproj +++ b/chrome/views/views.vcproj @@ -582,14 +582,6 @@ > </File> <File - RelativePath=".\controls\button\checkbox2.cc" - > - </File> - <File - RelativePath=".\controls\button\checkbox2.h" - > - </File> - <File RelativePath=".\controls\button\custom_button.cc" > </File> @@ -622,14 +614,6 @@ > </File> <File - RelativePath=".\controls\button\native_button2.cc" - > - </File> - <File - RelativePath=".\controls\button\native_button2.h" - > - </File> - <File RelativePath=".\controls\button\native_button_win.cc" > </File> @@ -650,14 +634,6 @@ > </File> <File - RelativePath=".\controls\button\radio_button2.cc" - > - </File> - <File - RelativePath=".\controls\button\radio_button2.h" - > - </File> - <File RelativePath=".\controls\button\text_button.cc" > </File> |