Index: net/DEPS |
diff --git a/net/DEPS b/net/DEPS |
index 5f49c8048b52278cc8dc306a63c940833e02f10d..a997142f5be2f9bb8080fa78bd7da5e2bae5ed7c 100644 |
--- a/net/DEPS |
+++ b/net/DEPS |
@@ -23,17 +23,16 @@ specific_include_rules = { |
"+base/i18n", |
], |
+ # Functions largely not used by the rest of net. |
+ "directory_listing\.cc": [ |
+ "+base/i18n", |
+ ], |
+ |
# Within net, only used by file: requests. |
"filename_util_icu\.cc": [ |
"+base/i18n/file_util_icu.h", |
], |
- # Functions largely not used by the rest of net. |
- "net_util_icu\.cc": [ |
- "+base/i18n", |
- "+third_party/icu", |
- ], |
- |
# Consolidated string functions that depend on icu. |
"net_string_util_icu\.cc": [ |
"+base/i18n/i18n_constants.h", |