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

Unified Diff: chrome/chrome_browser.gypi

Issue 10843071: Create chrome/browser/api directory. Move infobar delegates used by Autofill to the directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address review comments. Created 8 years, 4 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/website_settings/website_settings_unittest.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 8f9abb059b43d6bd1c72245eba232e7548d14ba7..2936b5588dade1b4af5817ffdfa1e6f2692d53e2 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -124,6 +124,14 @@
'browser/android/process_utils.h',
'browser/android/tab_android.cc',
'browser/android/tab_android.h',
+ 'browser/api/infobars/confirm_infobar_delegate.cc',
+ 'browser/api/infobars/confirm_infobar_delegate.h',
+ 'browser/api/infobars/infobar_delegate.cc',
+ 'browser/api/infobars/infobar_delegate.h',
+ 'browser/api/infobars/link_infobar_delegate.cc',
+ 'browser/api/infobars/link_infobar_delegate.h',
+ 'browser/api/infobars/simple_alert_infobar_delegate.cc',
+ 'browser/api/infobars/simple_alert_infobar_delegate.h',
'browser/app_controller_mac.h',
'browser/app_controller_mac.mm',
'browser/app_icon_win.cc',
@@ -1349,10 +1357,10 @@
'browser/infobars/infobar.h',
'browser/infobars/infobar_container.cc',
'browser/infobars/infobar_container.h',
- 'browser/infobars/infobar_delegate.cc',
- 'browser/infobars/infobar_delegate.h',
'browser/infobars/infobar_tab_helper.cc',
'browser/infobars/infobar_tab_helper.h',
+ 'browser/infobars/insecure_content_infobar_delegate.cc',
+ 'browser/infobars/insecure_content_infobar_delegate.h',
'browser/instant/instant_commit_type.h',
'browser/instant/instant_controller.cc',
'browser/instant/instant_controller.h',
@@ -2353,18 +2361,10 @@
'browser/sync/user_selectable_sync_type.h',
'browser/tab_contents/background_contents.cc',
'browser/tab_contents/background_contents.h',
- 'browser/tab_contents/confirm_infobar_delegate.cc',
- 'browser/tab_contents/confirm_infobar_delegate.h',
- 'browser/tab_contents/insecure_content_infobar_delegate.cc',
- 'browser/tab_contents/insecure_content_infobar_delegate.h',
'browser/tab_contents/language_state.cc',
'browser/tab_contents/language_state.h',
- 'browser/tab_contents/link_infobar_delegate.cc',
- 'browser/tab_contents/link_infobar_delegate.h',
'browser/tab_contents/navigation_metrics_recorder.cc',
'browser/tab_contents/navigation_metrics_recorder.h',
- 'browser/tab_contents/simple_alert_infobar_delegate.cc',
- 'browser/tab_contents/simple_alert_infobar_delegate.h',
'browser/tab_contents/render_view_context_menu.cc',
'browser/tab_contents/render_view_context_menu.h',
'browser/tab_contents/render_view_context_menu_observer.cc',
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698