diff options
Diffstat (limited to 'base/DEPS')
-rw-r--r-- | base/DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", ] |