| Index: net/BUILD.gn
|
| diff --git a/net/BUILD.gn b/net/BUILD.gn
|
| index 00756332bec1c1171ad47067ff82a677eed996f1..550e20800964c11ca327a10fd07af08929b5abf9 100644
|
| --- a/net/BUILD.gn
|
| +++ b/net/BUILD.gn
|
| @@ -105,6 +105,7 @@ net_shared_deps = [
|
| ":net_resources",
|
| "//base",
|
| "//net/base/registry_controlled_domains",
|
| + "//net/base/swr_histogram_domains",
|
| "//third_party/protobuf:protobuf_lite",
|
| ]
|
|
|
| @@ -1324,6 +1325,7 @@ test("net_unittests") {
|
| "//crypto:platform",
|
| "//crypto:test_support",
|
| "//net/base/registry_controlled_domains",
|
| + "//net/base/swr_histogram_domains",
|
| "//sql",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
|
|