diff options
Diffstat (limited to 'components/translate/DEPS')
-rw-r--r-- | components/translate/DEPS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/components/translate/DEPS b/components/translate/DEPS index 8f4bfc0..c2106de 100644 --- a/components/translate/DEPS +++ b/components/translate/DEPS @@ -1,4 +1,8 @@ include_rules = [ - # translate is used on iOS, which cannot depend on content. + "+components/language_usage_metrics", + + # Translate is a layered component; subdirectories must explicitly introduce + # the ability to use the content layer as appropriate. "-content", + "-components/translate/content", ] |