Index: chrome/chrome_browser.gypi |
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi |
index 157692a22cda3947f65062d223fff25add1ff139..cfda938aa689c0a41ba850565f710f7fa56c0de6 100644 |
--- a/chrome/chrome_browser.gypi |
+++ b/chrome/chrome_browser.gypi |
@@ -3432,6 +3432,10 @@ |
'browser/ui/views/tab_icon_view.h', |
'browser/ui/views/tab_contents/tab_contents_container.cc', |
'browser/ui/views/tab_contents/tab_contents_container.h', |
+ 'browser/ui/views/tab_contents/tab_contents_container_native.cc', |
+ 'browser/ui/views/tab_contents/tab_contents_container_native.h', |
+ 'browser/ui/views/tab_contents/tab_contents_container_views.cc', |
+ 'browser/ui/views/tab_contents/tab_contents_container_views.h', |
'browser/ui/views/tab_contents/native_tab_contents_container.h', |
'browser/ui/views/tab_contents/native_tab_contents_container_gtk.cc', |
'browser/ui/views/tab_contents/native_tab_contents_container_gtk.h', |
@@ -3600,6 +3604,8 @@ |
['exclude', '^browser/dom_ui/keyboard_ui.*'], |
['exclude', '^browser/renderer_host/render_widget_host_view_views.*'], |
['exclude', '^browser/ui/touch/*'], |
+ ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'], |
+ ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.h'], |
['exclude', '^browser/ui/views/tab_contents/tab_contents_view_views.*'], |
], |
}], |
@@ -3607,10 +3613,10 @@ |
'sources/': [ |
['include', '^browser/ui/touch/*'], |
['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.cc'], |
- ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'], |
- ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], |
['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], |
+ ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'], |
+ ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], |
['exclude', '^browser/ui/views/frame/browser_non_client_frame_view_factory_gtk.cc'], |
['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'], |
['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'], |
@@ -4128,6 +4134,10 @@ |
['include', '^browser/ui/views/tab_contents/render_view_context_menu_views.h'], |
['include', '^browser/ui/views/tab_contents/tab_contents_container.cc'], |
['include', '^browser/ui/views/tab_contents/tab_contents_container.h'], |
+ ['include', '^browser/ui/views/tab_contents/tab_contents_container_native.cc'], |
+ ['include', '^browser/ui/views/tab_contents/tab_contents_container_native.h'], |
+ ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'], |
+ ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.h'], |
['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.cc'], |
['include', '^browser/ui/views/tab_contents/tab_contents_view_gtk.h'], |
['include', '^browser/ui/views/tab_icon_view.cc'], |
@@ -4311,6 +4321,8 @@ |
# TODO(anicolao): exclude these once we have DOMUI dialogs |
# ['exclude', '^browser/ui/gtk/constrained_window_gtk.cc'], |
# ['exclude', '^browser/ui/gtk/constrained_window_gtk.h'], |
+ ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_native.cc'], |
+ ['exclude', '^browser/ui/views/tab_contents/tab_contents_container_native.h'], |
], |
}], |
['OS=="linux" and chromeos==1',{ |