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

Unified Diff: components/subresource_filter/core/common/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
Index: components/subresource_filter/core/common/BUILD.gn
diff --git a/components/subresource_filter/core/common/BUILD.gn b/components/subresource_filter/core/common/BUILD.gn
index ef133bfe2e9010c6110400cd92a1c5198c5cdd4c..eed0e8a63fdd1c58d04f9f4856c1e709635c061f 100644
--- a/components/subresource_filter/core/common/BUILD.gn
+++ b/components/subresource_filter/core/common/BUILD.gn
@@ -23,7 +23,6 @@ static_library("common") {
"fuzzy_pattern_matching.h",
"indexed_ruleset.cc",
"indexed_ruleset.h",
- "knuth_morris_pratt.h",
"memory_mapped_ruleset.cc",
"memory_mapped_ruleset.h",
"ngram_extractor.h",
@@ -35,7 +34,6 @@ static_library("common") {
"unindexed_ruleset.h",
"url_pattern.cc",
"url_pattern.h",
- "url_pattern_matching.h",
]
public_deps = [
@@ -76,12 +74,11 @@ source_set("unit_tests") {
"first_party_origin_unittest.cc",
"fuzzy_pattern_matching_unittest.cc",
"indexed_ruleset_unittest.cc",
- "knuth_morris_pratt_unittest.cc",
"ngram_extractor_unittest.cc",
"scoped_timers_unittest.cc",
"string_splitter_unittest.cc",
"unindexed_ruleset_unittest.cc",
- "url_pattern_matching_unittest.cc",
+ "url_pattern_unittest.cc",
]
deps = [
":common",

Powered by Google App Engine
This is Rietveld 408576698