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

Unified Diff: components/translate.gypi

Issue 284313008: Move TranslateInfoBarDelegate and OptionsMenuModel to the Translate component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + review comments Created 6 years, 7 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 | « components/infobars/core/infobar_android.cc ('k') | components/translate/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/translate.gypi
diff --git a/components/translate.gypi b/components/translate.gypi
index 00ec959212e96e3a08fbea37aa8eae61c090e9d0..5a15611ecef155bec34b6d655d60f83e52479996 100644
--- a/components/translate.gypi
+++ b/components/translate.gypi
@@ -9,11 +9,14 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
'../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
'../ui/base/ui_base.gyp:ui_base',
'../url/url.gyp:url_lib',
'components_resources.gyp:components_resources',
+ 'components_strings.gyp:components_strings',
+ 'infobars_core',
'language_usage_metrics',
'pref_registry',
'translate_core_common',
@@ -24,6 +27,8 @@
'sources': [
'translate/core/browser/language_state.cc',
'translate/core/browser/language_state.h',
+ 'translate/core/browser/options_menu_model.cc',
+ 'translate/core/browser/options_menu_model.h',
'translate/core/browser/page_translated_details.h',
'translate/core/browser/translate_accept_languages.cc',
'translate/core/browser/translate_accept_languages.h',
@@ -36,6 +41,8 @@
'translate/core/browser/translate_error_details.h',
'translate/core/browser/translate_event_details.cc',
'translate/core/browser/translate_event_details.h',
+ 'translate/core/browser/translate_infobar_delegate.cc',
+ 'translate/core/browser/translate_infobar_delegate.h',
'translate/core/browser/translate_language_list.cc',
'translate/core/browser/translate_language_list.h',
'translate/core/browser/translate_manager.cc',
« no previous file with comments | « components/infobars/core/infobar_android.cc ('k') | components/translate/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698