Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1466)

Unified Diff: net/BUILD.gn

Issue 1303973009: [DO NOT COMMIT] Re-use the dafsa code for s-w-r histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to fix patch errors on try bots. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698