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

Unified Diff: components/translate.gypi

Issue 159883002: Move TranslatePrefs to the Translate component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@acceptLanguages
Patch Set: Fix ChromeOS browsertests Created 6 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
« no previous file with comments | « components/components_tests.gyp ('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 cfa9d735e4361a8ad002e5e6fde9c75415044ae2..6382c7acaa5845a50ad4f00d0a041d8aaf3bbd39 100644
--- a/components/translate.gypi
+++ b/components/translate.gypi
@@ -11,6 +11,7 @@
'component_resources.gyp:component_resources',
'language_usage_metrics',
'translate_core_common',
+ 'user_prefs',
tfarina 2014/05/11 23:27:02 By depending on this, now translate_core_browser d
droger 2014/05/12 08:24:09 You are right, this target should not depend on co
'../base/base.gyp:base',
'../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
@@ -36,6 +37,8 @@
'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_prefs.cc',
+ 'translate/core/browser/translate_prefs.h',
'translate/core/browser/translate_script.cc',
'translate/core/browser/translate_script.h',
'translate/core/browser/translate_url_fetcher.cc',
« no previous file with comments | « components/components_tests.gyp ('k') | components/translate/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698