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

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: Run translate unittests on iOS 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..a8cdc150eb20792e2964db385a24929fb2eaf84f
--- /dev/null
+++ b/components/translate/language_detection/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ # CLD library.
+ "+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