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

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

Issue 2731013002: ActivationStateComputingThrottle unit tests (Closed)
Patch Set: engedy review2 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
« no previous file with comments | « no previous file | components/subresource_filter/content/browser/activation_state_computing_navigation_throttle_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 238f45eb8dc6bf46ed6c3fcd368921f407e22c3c..f69e302f3c2915330634fb10ec6f1e360b364b90 100644
--- a/components/subresource_filter/content/browser/BUILD.gn
+++ b/components/subresource_filter/content/browser/BUILD.gn
@@ -38,6 +38,9 @@ static_library("browser") {
source_set("unit_tests") {
testonly = true
sources = [
+ "activation_state_computing_navigation_throttle_unittest.cc",
+ "async_document_subresource_filter_test_utils.cc",
+ "async_document_subresource_filter_test_utils.h",
"async_document_subresource_filter_unittest.cc",
"content_ruleset_service_unittest.cc",
"content_subresource_filter_driver_factory_unittest.cc",
« no previous file with comments | « no previous file | components/subresource_filter/content/browser/activation_state_computing_navigation_throttle_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698