| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index 867dff2d4929008fd61ca08b3ae8113f65bf2e18..6717a7901c3d9ce1da9b39b190c7286395fa1a4f 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -2288,6 +2288,8 @@
|
| 'browser/tab_contents/background_contents.h',
|
| 'browser/tab_contents/chrome_interstitial_page.cc',
|
| 'browser/tab_contents/chrome_interstitial_page.h',
|
| + 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.cc',
|
| + 'browser/tab_contents/chrome_tab_contents_view_wrapper_gtk.h',
|
| 'browser/tab_contents/confirm_infobar_delegate.cc',
|
| 'browser/tab_contents/confirm_infobar_delegate.h',
|
| 'browser/tab_contents/insecure_content_infobar_delegate.cc',
|
| @@ -2314,6 +2316,7 @@
|
| 'browser/tab_contents/tab_contents_view_gtk.h',
|
| 'browser/tab_contents/tab_contents_view_mac.h',
|
| 'browser/tab_contents/tab_contents_view_mac.mm',
|
| + 'browser/tab_contents/tab_contents_view_wrapper_gtk.h',
|
| 'browser/tab_contents/tab_util.cc',
|
| 'browser/tab_contents/tab_util.h',
|
| 'browser/tab_contents/thumbnail_generator.cc',
|
|
|