| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 98afc2d8f2843f888ac688c85f69f9ca629c02be..9d0833e4b5c5ddb8ab3e6bf839bea8dbde6942a3 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -3270,6 +3270,8 @@
|
| 'browser/views/tab_contents/tab_contents_view_gtk.h',
|
| 'browser/views/tab_contents/tab_contents_view_win.cc',
|
| 'browser/views/tab_contents/tab_contents_view_win.h',
|
| + 'browser/views/tab_contents/tab_contents_view_views.h',
|
| + 'browser/views/tab_contents/tab_contents_view_views.cc',
|
| 'browser/views/tabs/base_tab.cc',
|
| 'browser/views/tabs/base_tab.h',
|
| 'browser/views/tabs/base_tab_strip.cc',
|
| @@ -3412,12 +3414,16 @@
|
| 'browser/dom_ui/keyboard_ui.h',
|
| 'browser/renderer_host/render_widget_host_view_views.cc',
|
| 'browser/renderer_host/render_widget_host_view_views.h',
|
| + 'browser/views/tab_contents/tab_contents_view_views.cc',
|
| + 'browser/views/tab_contents/tab_contents_view_views.h',
|
| ],
|
| }],
|
| ['touchui==1', {
|
| 'sources/': [
|
| ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
|
| ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
|
| + ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'],
|
| + ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
|
| ],
|
| }],
|
| ['OS=="linux"', {
|
| @@ -4079,6 +4085,18 @@
|
| ['exclude', '^browser/views/autocomplete/autocomplete_popup_gtk.h'],
|
| ],
|
| }],
|
| + # Touch build only
|
| + ['OS=="linux" and toolkit_views==1 and touchui==1', {
|
| + 'sources/': [
|
| + ['include', '^browser/views/tab_contents/tab_contents_view_views.cc'],
|
| + ['include', '^browser/views/tab_contents/tab_contents_view_views.h'],
|
| + ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.cc'],
|
| + ['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
|
| + # TODO(anicolao): exclude these once we have DOMUI dialogs
|
| + # ['exclude', '^browser/gtk/constrained_window_gtk.cc'],
|
| + # ['exclude', '^browser/gtk/constrained_window_gtk.h'],
|
| + ],
|
| + }],
|
| ['OS=="linux" and chromeos==1',{
|
| 'sources/': [
|
| ['exclude', '^browser/extensions/extension_tts_api_linux.cc'],
|
|
|