summaryrefslogtreecommitdiffstats
path: root/base/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'base/DEPS')
-rw-r--r--base/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/DEPS b/base/DEPS
index 3fdcb7b..9ef2764 100644
--- a/base/DEPS
+++ b/base/DEPS
@@ -4,4 +4,7 @@ include_rules = [
# Testing stuff shouldn't be used by the general base code.
"-base/test",
+
+ # ICU dependendencies must be separate from the rest of base.
+ "-i18n",
]