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

Unified Diff: views/views.gyp

Issue 113991: Make Combobox portable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/native_control_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 17310)
+++ views/views.gyp (working copy)
@@ -85,8 +85,13 @@
'controls/button/radio_button.h',
'controls/button/text_button.cc',
'controls/button/text_button.h',
- 'controls/combo_box.cc',
- 'controls/combo_box.h',
+ 'controls/combobox/combobox.cc',
+ 'controls/combobox/combobox.h',
+ 'controls/combobox/native_combobox_gtk.cc',
+ 'controls/combobox/native_combobox_gtk.h',
+ 'controls/combobox/native_combobox_win.cc',
+ 'controls/combobox/native_combobox_win.h',
+ 'controls/combobox/native_combobox_wrapper.h',
'controls/image_view.cc',
'controls/image_view.h',
'controls/label.cc',
« no previous file with comments | « views/controls/native_control_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698