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

Unified Diff: views/views.gyp

Issue 2815034: Win: Add listbox view. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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
« no previous file with comments | « views/controls/tabbed_pane/native_tabbed_pane_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
===================================================================
--- views/views.gyp (revision 50828)
+++ views/views.gyp (working copy)
@@ -97,6 +97,11 @@
'controls/label.h',
'controls/link.cc',
'controls/link.h',
+ 'controls/listbox/native_listbox_wrapper.h',
+ 'controls/listbox/native_listbox_win.cc',
+ 'controls/listbox/native_listbox_win.h',
+ 'controls/listbox/listbox.cc',
+ 'controls/listbox/listbox.h',
'controls/menu/controller.h',
'controls/menu/menu.cc',
'controls/menu/menu.h',
@@ -329,8 +334,11 @@
'controls/scrollbar/bitmap_scroll_bar.cc',
'controls/combo_box.cc',
'controls/hwnd_view.cc',
+ 'controls/listbox/native_listbox_wrapper.h',
+ 'controls/listbox/listbox.cc',
+ 'controls/listbox/listbox.h',
+ 'controls/native_control.cc',
'controls/table/group_table_view.cc',
- 'controls/native_control.cc',
'controls/table/table_model.cc',
'controls/table/table_view.cc',
'controls/table/group_table_view.cc',
« no previous file with comments | « views/controls/tabbed_pane/native_tabbed_pane_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698