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

Unified Diff: components/subresource_filter.gypi

Issue 2098233002: Implement matching of URL patterns. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ruleset
Patch Set: Fix another cast warning. Created 4 years, 5 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 | « components/components_tests.gyp ('k') | components/subresource_filter/core/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/subresource_filter.gypi
diff --git a/components/subresource_filter.gypi b/components/subresource_filter.gypi
index b864159beda53990a619c40d0837378584d03a63..2e347cd197a9383faff640a93a8ac149828e2798 100644
--- a/components/subresource_filter.gypi
+++ b/components/subresource_filter.gypi
@@ -72,6 +72,10 @@
'subresource_filter/core/common/ngram_extractor.h',
'subresource_filter/core/common/string_splitter.h',
'subresource_filter/core/common/uint64_hasher.h',
+ 'subresource_filter/core/common/url_pattern.cc',
+ 'subresource_filter/core/common/url_pattern.h',
+ 'subresource_filter/core/common/url_pattern_matching.cc',
+ 'subresource_filter/core/common/url_pattern_matching.h',
],
'export_dependent_settings': [
'subresource_filter_core_common_ruleset_flatbuffer',
« no previous file with comments | « components/components_tests.gyp ('k') | components/subresource_filter/core/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698