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

Unified Diff: views/views.gyp

Issue 114059: Refactors HWNDView, NativeViewHostGtk and NativeViewHost so that they match t... (Closed) Base URL: svn://chrome-svn/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/view_unittest.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 17161)
+++ views/views.gyp (working copy)
@@ -87,8 +87,6 @@
'controls/button/text_button.h',
'controls/combo_box.cc',
'controls/combo_box.h',
- 'controls/hwnd_view.cc',
- 'controls/hwnd_view.h',
'controls/image_view.cc',
'controls/image_view.h',
'controls/label.cc',
@@ -113,10 +111,13 @@
'controls/native_control_gtk.h',
'controls/native_control_win.cc',
'controls/native_control_win.h',
- 'controls/native_view_host.cc',
- 'controls/native_view_host.h',
- 'controls/native_view_host_gtk.cc',
- 'controls/native_view_host_gtk.h',
+ 'controls/native/native_view_host.cc',
+ 'controls/native/native_view_host.h',
+ 'controls/native/native_view_host_gtk.cc',
+ 'controls/native/native_view_host_gtk.h',
+ 'controls/native/native_view_host_win.cc',
+ 'controls/native/native_view_host_win.h',
+ 'controls/native/native_view_host_wrapper.h',
'controls/scroll_view.cc',
'controls/scroll_view.h',
'controls/scrollbar/bitmap_scroll_bar.cc',
« no previous file with comments | « views/view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698