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

Unified Diff: chrome/chrome_browser.gypi

Issue 6598057: Split infobar_delegate.[cc,h] into separate pieces for the different classes defined within, so that (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix wrong include Created 9 years, 10 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/infobars/link_infobar.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 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',
« no previous file with comments | « chrome/browser/ui/views/infobars/link_infobar.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698