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

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: Apply changes by tyoshino. Created 5 years, 2 months 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 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",
tyoshino (SeeGerritForStatus) 2015/10/30 07:48:02 swr_histogram_domains won't be used so widely as r
Adam Rice 2015/11/02 13:53:54 Okay, I've broken it out into a separate target so
"//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",

Powered by Google App Engine
This is Rietveld 408576698