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", |
+] |