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

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 mac 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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index ac85555a414603db656f6ca8a8c3559203cc2835..b091d2ef4cb3e548b73066ff488df4f9297c32a9 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1961,8 +1961,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',

Powered by Google App Engine
This is Rietveld 408576698