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

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

Issue 2820933002: [subresource_filter] add //chrome level unit test harness (Closed)
Patch Set: add a few #includes (trybots prev) Created 3 years, 8 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/content/browser/BUILD.gn
diff --git a/components/subresource_filter/content/browser/BUILD.gn b/components/subresource_filter/content/browser/BUILD.gn
index bda66f0452927ebfb34693eb7a5e3962eb7618f9..79207006da3b91be137fff63e30eeb862d7ef97b 100644
--- a/components/subresource_filter/content/browser/BUILD.gn
+++ b/components/subresource_filter/content/browser/BUILD.gn
@@ -48,12 +48,17 @@ static_library("test_support") {
sources = [
"async_document_subresource_filter_test_utils.cc",
"async_document_subresource_filter_test_utils.h",
+ "fake_safe_browsing_database_manager.cc",
+ "fake_safe_browsing_database_manager.h",
]
deps = [
":browser",
"//base/test:test_support",
+ "//components/safe_browsing_db:test_database_manager",
engedy 2017/04/20 12:34:33 I'm not sure how strongly this is enforced, but so
Charlie Harrison 2017/04/20 15:55:20 Done.
"//components/subresource_filter/core/common",
+ "//content/public/browser",
"//testing/gtest:gtest",
+ "//url",
]
}

Powered by Google App Engine
This is Rietveld 408576698