| Index: chrome/chrome_browser.gypi
|
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
|
| index c8c1e07f4d27248bb21c374bda522377d907d9c3..590aaaa6f77f250aff232646978a09369f0fe24e 100644
|
| --- a/chrome/chrome_browser.gypi
|
| +++ b/chrome/chrome_browser.gypi
|
| @@ -1963,8 +1963,12 @@
|
| 'browser/tab_closeable_state_watcher.h',
|
| 'browser/tab_contents/background_contents.cc',
|
| 'browser/tab_contents/background_contents.h',
|
| - 'browser/tab_contents/infobar_delegate.cc',
|
| - 'browser/tab_contents/infobar_delegate.h',
|
| + 'browser/tab_contents/confirm_infobar_delegate.cc',
|
| + 'browser/tab_contents/confirm_infobar_delegate.h',
|
| + 'browser/tab_contents/link_infobar_delegate.cc',
|
| + 'browser/tab_contents/link_infobar_delegate.h',
|
| + 'browser/tab_contents/simple_alert_infobar_delegate.cc',
|
| + 'browser/tab_contents/simple_alert_infobar_delegate.h',
|
| 'browser/tab_contents/popup_menu_helper_mac.h',
|
| 'browser/tab_contents/popup_menu_helper_mac.mm',
|
| 'browser/tab_contents/render_view_context_menu.cc',
|
|
|