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