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

Unified Diff: components/subresource_filter/core/browser/BUILD.gn

Issue 2733833002: Change logic for recording redirect pattern histograms. (Closed)
Patch Set: fix ios Created 3 years, 9 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: components/subresource_filter/core/browser/BUILD.gn
diff --git a/components/subresource_filter/core/browser/BUILD.gn b/components/subresource_filter/core/browser/BUILD.gn
index 4dbd01ae9864a183386dfb0f84bb0f18ba9645ee..88b446dac42de9c5cf322c0a4da1d33f373c38d7 100644
--- a/components/subresource_filter/core/browser/BUILD.gn
+++ b/components/subresource_filter/core/browser/BUILD.gn
@@ -33,6 +33,7 @@ static_library("test_support") {
"//base/test:test_support",
"//components/variations",
"//testing/gtest",
+ "//third_party/protobuf:protobuf_lite",
]
}

Powered by Google App Engine
This is Rietveld 408576698