| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 263deeee8b3a63d61b019b4eea7204ec4ef0893f..57a91fcce6d2745de7326ed883e352d0cf36d1e9 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -4127,8 +4127,6 @@
|
| ['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'],
|
| @@ -4314,6 +4312,8 @@
|
| # ['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'],
|
| + ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
|
| + ['include', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
|
| ],
|
| }],
|
| ['OS=="linux" and chromeos==1',{
|
|
|