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

Unified Diff: components/translate/language_detection/DEPS

Issue 25531002: Move language detection to a component (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 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: components/translate/language_detection/DEPS
diff --git a/components/translate/language_detection/DEPS b/components/translate/language_detection/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..f398398a9b0a766200bad8f09097e67610c9acf2
--- /dev/null
+++ b/components/translate/language_detection/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ # language_detection is used on iOS, which cannot depend on content.
+ "-content",
blundell 2013/10/02 10:01:17 This should be moved down one level, as at this po
droger 2013/10/02 10:59:41 Done.
+
+ # Other dependencies.
+ "+third_party/cld",
+ "+third_party/cld/encodings/compact_lang_det/win",
+ "+third_party/cld_2/src",
+]

Powered by Google App Engine
This is Rietveld 408576698