Chromium Code Reviews| Index: net/DEPS | 
| diff --git a/net/DEPS b/net/DEPS | 
| index fbd57ce46ff37a6c3b49372b4624cbcc667eba0c..0cc7f0dd65baa7080fe553e5ed205f675f59c438 100644 | 
| --- a/net/DEPS | 
| +++ b/net/DEPS | 
| @@ -64,6 +64,11 @@ specific_include_rules = { | 
| "fuzzer_test_support.cc": [ | 
| "+base/i18n", | 
| ], | 
| + | 
| + # icu is used in generating accept languages in header. | 
| + "http_util_icu\.cc": [ | 
| + "+third_party/icu/source/common/unicode/uloc.h", | 
| + ], | 
| } | 
| skip_child_includes = [ |