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

Unified Diff: components/subresource_filter/content/renderer/BUILD.gn

Issue 2161963002: Add some initial histograms about subresource filtering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sbsf_dsf
Patch Set: Rebase. Created 4 years, 5 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
« no previous file with comments | « no previous file | components/subresource_filter/content/renderer/document_subresource_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter/content/renderer/BUILD.gn
diff --git a/components/subresource_filter/content/renderer/BUILD.gn b/components/subresource_filter/content/renderer/BUILD.gn
index b46e8d8251bfecf3079b9120fe8c7d3e6fc93684..1de9185f3901f350c5813d0679a4afbfa2288edf 100644
--- a/components/subresource_filter/content/renderer/BUILD.gn
+++ b/components/subresource_filter/content/renderer/BUILD.gn
@@ -31,6 +31,7 @@ source_set("unit_tests") {
deps = [
":renderer",
"//base",
+ "//base/test:test_support",
"//components/subresource_filter/content/common",
"//components/subresource_filter/core/common",
"//components/subresource_filter/core/common:test_support",
« no previous file with comments | « no previous file | components/subresource_filter/content/renderer/document_subresource_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698