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

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

Issue 2838193002: Split the ScopedSubresourceFilterFeatureToggle into two helper classes. (Closed)
Patch Set: Rebase. 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/core/browser/BUILD.gn
diff --git a/components/subresource_filter/core/browser/BUILD.gn b/components/subresource_filter/core/browser/BUILD.gn
index d61c1c048b9419cf692dd1e744813f8dfa255be4..2e3e756b1180344a3ade71996fbba2cd3bf87ea4 100644
--- a/components/subresource_filter/core/browser/BUILD.gn
+++ b/components/subresource_filter/core/browser/BUILD.gn
@@ -51,6 +51,7 @@ source_set("unit_tests") {
"//components/prefs:test_support",
"//components/subresource_filter/core/common:test_support",
"//components/subresource_filter/core/common/proto",
+ "//components/variations",
"//testing/gmock",
"//testing/gtest",
"//third_party/protobuf:protobuf_lite",

Powered by Google App Engine
This is Rietveld 408576698