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

Unified Diff: chrome/chrome_browser.gypi

Issue 25531002: Move language detection to a component (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compilation Created 7 years, 3 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 d726ed7529068fc16737b0c1092ee5c91520d116..ef5b3573ce9fb285945af45db348198c2040f436 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -30,6 +30,9 @@
'../components/components.gyp:encryptor',
'../components/components.gyp:sessions',
'../components/components.gyp:startup_metric_utils',
+ '../components/components.gyp:translate_common',
+ # TODO(droger): Remove this dependency, see http://crbug.com/297777.
+ '../components/components.gyp:translate_language_detection',
'../components/components.gyp:user_prefs',
# This depends directly on the variations target, rather than just
# transitively via the common target because the proto sources need to

Powered by Google App Engine
This is Rietveld 408576698