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

Unified Diff: chrome/chrome_browser.gypi

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix components/OWNERS Created 6 years, 8 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 3503bcbccdc7e910f89d4cb8d255466a760e6ace..014e62df78f0e3d4bf5394c6d09c83c7aa2e7d74 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -33,6 +33,7 @@
'../components/components.gyp:data_reduction_proxy_browser',
'../components/components.gyp:domain_reliability',
'../components/components.gyp:favicon_core',
+ '../components/components.gyp:infobars_core',
'../components/components.gyp:navigation_metrics',
'../components/components.gyp:os_crypt',
'../components/components.gyp:password_manager_core_browser',
@@ -905,14 +906,6 @@
'browser/importer/profile_writer.h',
'browser/infobars/confirm_infobar_delegate.cc',
'browser/infobars/confirm_infobar_delegate.h',
- 'browser/infobars/infobar.cc',
- '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_manager.cc',
- 'browser/infobars/infobar_manager.h',
'browser/infobars/infobar_service.cc',
'browser/infobars/infobar_service.h',
'browser/infobars/insecure_content_infobar_delegate.cc',

Powered by Google App Engine
This is Rietveld 408576698