Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index a6760e4fc5da665697d46f3f1c1fc544e492c72c..e9ba125041909bb5807c7da7d92fa0b531a5e429 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -82,12 +82,13 @@ component("net") { |
| include_dirs = [] |
| deps = [ |
| - ":net_resources", |
| + ":net_resources", |
| "//base", |
| "//base:i18n", |
| "//base/third_party/dynamic_annotations", |
| "//crypto", |
| "//crypto:platform", |
| + "//net/base/registry_controlled_domains:registry_controlled_domains", |
| "//sdch", |
| "//third_party/icu", |
| "//third_party/zlib", |