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

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

Issue 2793993002: [subresource_filter] Replace KMP by std::search. (Closed)
Patch Set: Fix DCHECK. 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
« no previous file with comments | « no previous file | components/subresource_filter/core/browser/ruleset_service_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 88b446dac42de9c5cf322c0a4da1d33f373c38d7..d61c1c048b9419cf692dd1e744813f8dfa255be4 100644
--- a/components/subresource_filter/core/browser/BUILD.gn
+++ b/components/subresource_filter/core/browser/BUILD.gn
@@ -50,6 +50,7 @@ source_set("unit_tests") {
"//base/test:test_support",
"//components/prefs:test_support",
"//components/subresource_filter/core/common:test_support",
+ "//components/subresource_filter/core/common/proto",
"//testing/gmock",
"//testing/gtest",
"//third_party/protobuf:protobuf_lite",
« no previous file with comments | « no previous file | components/subresource_filter/core/browser/ruleset_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698