| Index: net/DEPS
|
| diff --git a/net/DEPS b/net/DEPS
|
| index c7d795145666c7d0549f4da57cfd37299c96be17..6f3c3d3c972016448ced2ae098dfb5966acc9d9f 100644
|
| --- a/net/DEPS
|
| +++ b/net/DEPS
|
| @@ -24,17 +24,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",
|
|
|