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

Unified Diff: chrome/browser/DEPS

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/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 0a4bcfd1296da1206f7f6b681c48e31559bb8fa8..91e8e0ccd091772d9ae3d9c2658aa00e238427e1 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -14,6 +14,9 @@ include_rules = [
"+components/navigation_interception",
"+components/policy",
"+components/startup_metric_utils",
+ "+components/translate/common",
+ # TODO(droger): Remove dependency on language detection, see crbug.com/297777.
+ "+components/translate/language_detection",
"+components/user_prefs",
"+components/visitedlink/browser",
"+components/webdata",

Powered by Google App Engine
This is Rietveld 408576698