Chromium Code Reviews| Index: net/BUILD.gn |
| diff --git a/net/BUILD.gn b/net/BUILD.gn |
| index 7963a0a0cfb4b69422a84ae887b9766a5ec22132..4d5c4402d8ac12eab59943e3a426d0a6554ea7be 100644 |
| --- a/net/BUILD.gn |
| +++ b/net/BUILD.gn |
| @@ -1278,6 +1278,19 @@ source_set("simple_quic_tools") { |
| ] |
| } |
| +source_set("swr_domain_matcher") { |
|
eroman
2015/11/06 23:35:50
this name isn't really congruent with the filename
|
| + sources = [ |
| + "base/swr_histogram_domains/swr_histogram_domains.cc", |
| + "base/swr_histogram_domains/swr_histogram_domains.h", |
| + ] |
| + deps = [ |
| + ":net", |
| + "//base", |
| + "//net/base/swr_histogram_domains", |
|
eroman
2015/11/06 23:35:50
This doesn't show up in codesearch for me, where i
|
| + ] |
| + configs += net_shared_configs |
| +} |
| + |
| if (!is_ios) { |
| executable("quic_client") { |
| sources = [ |
| @@ -1340,6 +1353,7 @@ test("net_unittests") { |
| ":http_server", |
| ":net", |
| ":simple_quic_tools", |
| + ":swr_domain_matcher", |
| ":test_support", |
| "//base", |
| "//base:i18n", |