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

Unified Diff: components/translate.gypi

Issue 143003020: Move TranslateLanguageList to the Translate component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@removeDelegate
Patch Set: rebase Created 6 years, 11 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/common/pref_names.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 a61b8365e86c3aaffd52cf30f2a32bc3f530f6df..d38d2b3d46d614a5e1b109fe74cc638a551d5076 100644
--- a/components/translate.gypi
+++ b/components/translate.gypi
@@ -11,8 +11,10 @@
'language_usage_metrics',
'translate_core_common',
'../base/base.gyp:base',
+ '../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
'../url/url.gyp:url_lib',
+ '../ui/ui.gyp:ui',
],
'include_dirs': [
'..',
@@ -29,8 +31,12 @@
'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_language_list.cc',
+ 'translate/core/browser/translate_language_list.h',
'translate/core/browser/translate_url_fetcher.cc',
'translate/core/browser/translate_url_fetcher.h',
+ 'translate/core/browser/translate_url_util.cc',
+ 'translate/core/browser/translate_url_util.h',
],
},
{
@@ -49,6 +55,8 @@
'translate/core/common/translate_errors.h',
'translate/core/common/translate_metrics.cc',
'translate/core/common/translate_metrics.h',
+ 'translate/core/common/translate_pref_names.cc',
+ 'translate/core/common/translate_pref_names.h',
'translate/core/common/translate_switches.cc',
'translate/core/common/translate_switches.h',
'translate/core/common/translate_util.cc',
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/translate/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698