summaryrefslogtreecommitdiffstats
path: root/views/views.gyp
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 16:28:35 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-22 16:28:35 +0000
commit61b84ba044118d4338416bf8c9a1dc5c03cf78a2 (patch)
treed6b0881a183492da8bd863fc3be7bbfd21af9d0e /views/views.gyp
parentcd43b5d95d3d089ce31ee21ef54a8a492388fcde (diff)
downloadchromium_src-61b84ba044118d4338416bf8c9a1dc5c03cf78a2.zip
chromium_src-61b84ba044118d4338416bf8c9a1dc5c03cf78a2.tar.gz
chromium_src-61b84ba044118d4338416bf8c9a1dc5c03cf78a2.tar.bz2
views: Factor out Listener from Combobox into its own header file.
R=sky@chromium.org Review URL: http://codereview.chromium.org/8607001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111165 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/views.gyp')
-rw-r--r--views/views.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/views.gyp b/views/views.gyp
index e2ceaca..02b90bd 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -75,6 +75,7 @@
'controls/button/text_button.h',
'controls/combobox/combobox.cc',
'controls/combobox/combobox.h',
+ 'controls/combobox/combobox_listener.h',
'controls/combobox/native_combobox_gtk.cc',
'controls/combobox/native_combobox_gtk.h',
'controls/combobox/native_combobox_views.cc',