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

Unified Diff: chrome/chrome_browser.gypi

Issue 6024007: First cut at creating a refactored version of tab_contents_views. This is (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with current head Created 9 years, 11 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 | « chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',{
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_container_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698