diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 04:56:55 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 04:56:55 +0000 |
commit | 6f3290938a0f8a839ce75df6359d36145ba3b6af (patch) | |
tree | 338c21aafe3f28f94a3d7134cf96ad4a13f63459 /chrome/views/views.vcproj | |
parent | 0520d327302fe86f633191d68d56925fd64719fc (diff) | |
download | chromium_src-6f3290938a0f8a839ce75df6359d36145ba3b6af.zip chromium_src-6f3290938a0f8a839ce75df6359d36145ba3b6af.tar.gz chromium_src-6f3290938a0f8a839ce75df6359d36145ba3b6af.tar.bz2 |
Move controls into their own dir under chrome/views/controls
TBR=sky
Review URL: http://codereview.chromium.org/48058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11841 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/views/views.vcproj')
-rw-r--r-- | chrome/views/views.vcproj | 560 |
1 files changed, 284 insertions, 276 deletions
diff --git a/chrome/views/views.vcproj b/chrome/views/views.vcproj index ea740d4..308cbfa 100644 --- a/chrome/views/views.vcproj +++ b/chrome/views/views.vcproj @@ -439,6 +439,290 @@ > </File> </Filter> + <Filter + Name="controls" + > + <File + RelativePath=".\controls\combo_box.cc" + > + </File> + <File + RelativePath=".\controls\combo_box.h" + > + </File> + <File + RelativePath=".\controls\hwnd_view.cc" + > + </File> + <File + RelativePath=".\controls\hwnd_view.h" + > + </File> + <File + RelativePath=".\controls\image_view.cc" + > + </File> + <File + RelativePath=".\controls\image_view.h" + > + </File> + <File + RelativePath=".\controls\label.cc" + > + </File> + <File + RelativePath=".\controls\label.h" + > + </File> + <File + RelativePath=".\controls\link.cc" + > + </File> + <File + RelativePath=".\controls\link.h" + > + </File> + <File + RelativePath=".\controls\message_box_view.cc" + > + </File> + <File + RelativePath=".\controls\message_box_view.h" + > + </File> + <File + RelativePath=".\controls\native_control.cc" + > + </File> + <File + RelativePath=".\controls\native_control.h" + > + </File> + <File + RelativePath=".\controls\scroll_view.cc" + > + </File> + <File + RelativePath=".\controls\scroll_view.h" + > + </File> + <File + RelativePath=".\controls\separator.cc" + > + </File> + <File + RelativePath=".\controls\separator.h" + > + </File> + <File + RelativePath=".\controls\single_split_view.cc" + > + </File> + <File + RelativePath=".\controls\single_split_view.h" + > + </File> + <File + RelativePath=".\controls\tabbed_pane.cc" + > + </File> + <File + RelativePath=".\controls\tabbed_pane.h" + > + </File> + <File + RelativePath=".\controls\text_field.cc" + > + </File> + <File + RelativePath=".\controls\text_field.h" + > + </File> + <File + RelativePath=".\controls\throbber.cc" + > + </File> + <File + RelativePath=".\controls\throbber.h" + > + </File> + <Filter + Name="button" + > + <File + RelativePath=".\controls\button\button.cc" + > + </File> + <File + RelativePath=".\controls\button\button.h" + > + </File> + <File + RelativePath=".\controls\button\button_dropdown.cc" + > + </File> + <File + RelativePath=".\controls\button\button_dropdown.h" + > + </File> + <File + RelativePath=".\controls\button\checkbox.cc" + > + </File> + <File + RelativePath=".\controls\button\checkbox.h" + > + </File> + <File + RelativePath=".\controls\button\custom_button.cc" + > + </File> + <File + RelativePath=".\controls\button\custom_button.h" + > + </File> + <File + RelativePath=".\controls\button\image_button.cc" + > + </File> + <File + RelativePath=".\controls\button\image_button.h" + > + </File> + <File + RelativePath=".\controls\button\menu_button.cc" + > + </File> + <File + RelativePath=".\controls\button\menu_button.h" + > + </File> + <File + RelativePath=".\controls\button\native_button.cc" + > + </File> + <File + RelativePath=".\controls\button\native_button.h" + > + </File> + <File + RelativePath=".\controls\button\radio_button.cc" + > + </File> + <File + RelativePath=".\controls\button\radio_button.h" + > + </File> + <File + RelativePath=".\controls\button\text_button.cc" + > + </File> + <File + RelativePath=".\controls\button\text_button.h" + > + </File> + </Filter> + <Filter + Name="scrollbar" + > + <File + RelativePath=".\controls\scrollbar\bitmap_scroll_bar.cc" + > + </File> + <File + RelativePath=".\controls\scrollbar\bitmap_scroll_bar.h" + > + </File> + <File + RelativePath=".\controls\scrollbar\native_scroll_bar.cc" + > + </File> + <File + RelativePath=".\controls\scrollbar\native_scroll_bar.h" + > + </File> + <File + RelativePath=".\controls\scrollbar\scroll_bar.cc" + > + </File> + <File + RelativePath=".\controls\scrollbar\scroll_bar.h" + > + </File> + </Filter> + <Filter + Name="tree" + > + <File + RelativePath=".\controls\tree\tree_model.h" + > + </File> + <File + RelativePath=".\controls\tree\tree_node_iterator.h" + > + </File> + <File + RelativePath=".\controls\tree\tree_node_model.h" + > + </File> + <File + RelativePath=".\controls\tree\tree_view.cc" + > + </File> + <File + RelativePath=".\controls\tree\tree_view.h" + > + </File> + </Filter> + <Filter + Name="table" + > + <File + RelativePath=".\controls\table\group_table_view.cc" + > + </File> + <File + RelativePath=".\controls\table\group_table_view.h" + > + </File> + <File + RelativePath=".\controls\table\table_view.cc" + > + </File> + <File + RelativePath=".\controls\table\table_view.h" + > + </File> + </Filter> + <Filter + Name="menu" + > + <File + RelativePath=".\controls\menu\chrome_menu.cc" + > + </File> + <File + RelativePath=".\controls\menu\chrome_menu.h" + > + </File> + <File + RelativePath=".\controls\menu\controller.h" + > + </File> + <File + RelativePath=".\controls\menu\menu.cc" + > + </File> + <File + RelativePath=".\controls\menu\menu.h" + > + </File> + <File + RelativePath=".\controls\menu\view_menu_delegate.h" + > + </File> + </Filter> + </Filter> <File RelativePath=".\accelerator.cc" > @@ -448,10 +732,6 @@ > </File> <File - RelativePath=".\app_modal_dialog_delegate.h" - > - </File> - <File RelativePath=".\background.cc" > </File> @@ -460,14 +740,6 @@ > </File> <File - RelativePath=".\bitmap_scroll_bar.cc" - > - </File> - <File - RelativePath=".\bitmap_scroll_bar.h" - > - </File> - <File RelativePath=".\border.cc" > </File> @@ -476,66 +748,6 @@ > </File> <File - RelativePath=".\button.cc" - > - </File> - <File - RelativePath=".\button.h" - > - </File> - <File - RelativePath=".\button_dropdown.cc" - > - </File> - <File - RelativePath=".\button_dropdown.h" - > - </File> - <File - RelativePath=".\checkbox.cc" - > - </File> - <File - RelativePath=".\checkbox.h" - > - </File> - <File - RelativePath=".\chrome_menu.cc" - > - </File> - <File - RelativePath=".\chrome_menu.h" - > - </File> - <File - RelativePath=".\combo_box.cc" - > - </File> - <File - RelativePath=".\combo_box.h" - > - </File> - <File - RelativePath=".\controller.h" - > - </File> - <File - RelativePath=".\custom_button.cc" - > - </File> - <File - RelativePath=".\custom_button.h" - > - </File> - <File - RelativePath=".\decision.cc" - > - </File> - <File - RelativePath=".\decision.h" - > - </File> - <File RelativePath=".\event.cc" > </File> @@ -552,50 +764,6 @@ > </File> <File - RelativePath=".\group_table_view.cc" - > - </File> - <File - RelativePath=".\group_table_view.h" - > - </File> - <File - RelativePath=".\hwnd_notification_source.h" - > - </File> - <File - RelativePath=".\hwnd_view.cc" - > - </File> - <File - RelativePath=".\hwnd_view.h" - > - </File> - <File - RelativePath=".\image_button.cc" - > - </File> - <File - RelativePath=".\image_button.h" - > - </File> - <File - RelativePath=".\image_view.cc" - > - </File> - <File - RelativePath=".\image_view.h" - > - </File> - <File - RelativePath=".\label.cc" - > - </File> - <File - RelativePath=".\label.h" - > - </File> - <File RelativePath=".\layout_manager.cc" > </File> @@ -604,62 +772,6 @@ > </File> <File - RelativePath=".\link.cc" - > - </File> - <File - RelativePath=".\link.h" - > - </File> - <File - RelativePath=".\menu.cc" - > - </File> - <File - RelativePath=".\menu.h" - > - </File> - <File - RelativePath=".\menu_button.cc" - > - </File> - <File - RelativePath=".\menu_button.h" - > - </File> - <File - RelativePath=".\message_box_view.cc" - > - </File> - <File - RelativePath=".\message_box_view.h" - > - </File> - <File - RelativePath=".\native_button.cc" - > - </File> - <File - RelativePath=".\native_button.h" - > - </File> - <File - RelativePath=".\native_control.cc" - > - </File> - <File - RelativePath=".\native_control.h" - > - </File> - <File - RelativePath=".\native_scroll_bar.cc" - > - </File> - <File - RelativePath=".\native_scroll_bar.h" - > - </File> - <File RelativePath=".\painter.cc" > </File> @@ -684,14 +796,6 @@ > </File> <File - RelativePath=".\radio_button.cc" - > - </File> - <File - RelativePath=".\radio_button.h" - > - </File> - <File RelativePath=".\repeat_controller.cc" > </File> @@ -700,98 +804,6 @@ > </File> <File - RelativePath=".\scroll_bar.cc" - > - </File> - <File - RelativePath=".\scroll_bar.h" - > - </File> - <File - RelativePath=".\scroll_view.cc" - > - </File> - <File - RelativePath=".\scroll_view.h" - > - </File> - <File - RelativePath=".\separator.cc" - > - </File> - <File - RelativePath=".\separator.h" - > - </File> - <File - RelativePath=".\single_split_view.cc" - > - </File> - <File - RelativePath=".\single_split_view.h" - > - </File> - <File - RelativePath=".\tabbed_pane.cc" - > - </File> - <File - RelativePath=".\tabbed_pane.h" - > - </File> - <File - RelativePath=".\table_view.cc" - > - </File> - <File - RelativePath=".\table_view.h" - > - </File> - <File - RelativePath=".\text_button.cc" - > - </File> - <File - RelativePath=".\text_button.h" - > - </File> - <File - RelativePath=".\text_field.cc" - > - </File> - <File - RelativePath=".\text_field.h" - > - </File> - <File - RelativePath=".\throbber.cc" - > - </File> - <File - RelativePath=".\throbber.h" - > - </File> - <File - RelativePath=".\tree_model.h" - > - </File> - <File - RelativePath=".\tree_node_iterator.h" - > - </File> - <File - RelativePath=".\tree_node_model.h" - > - </File> - <File - RelativePath=".\tree_view.cc" - > - </File> - <File - RelativePath=".\tree_view.h" - > - </File> - <File RelativePath=".\view.cc" > </File> @@ -808,10 +820,6 @@ > </File> <File - RelativePath=".\view_menu_delegate.h" - > - </File> - <File RelativePath=".\view_win.cc" > </File> |