Move extensions/common/matcher into components/url_matcher.
This allows using that code in builds that don't include extensions without
having to introduce layering exceptions. This is meant for inclusion on the
iOS build.
BUG=271392
[email protected]
Review URL: https://codereview.chromium.org/113903002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240736 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 96a0075..ce04afa 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -16,6 +16,7 @@
# http://crbug.com/162530
'../chrome/chrome_resources.gyp:chrome_resources',
'../chrome/common/extensions/api/api.gyp:api',
+ '../components/components.gyp:url_matcher',
'../content/content.gyp:content_common',
'../third_party/re2/re2.gyp:re2',
],
@@ -85,20 +86,6 @@
'common/manifest_handlers/sandboxed_page_info.h',
'common/manifest_handlers/shared_module_info.cc',
'common/manifest_handlers/shared_module_info.h',
- 'common/matcher/regex_set_matcher.cc',
- 'common/matcher/regex_set_matcher.h',
- 'common/matcher/string_pattern.cc',
- 'common/matcher/string_pattern.h',
- 'common/matcher/substring_set_matcher.cc',
- 'common/matcher/substring_set_matcher.h',
- 'common/matcher/url_matcher.cc',
- 'common/matcher/url_matcher.h',
- 'common/matcher/url_matcher_constants.cc',
- 'common/matcher/url_matcher_constants.h',
- 'common/matcher/url_matcher_factory.cc',
- 'common/matcher/url_matcher_factory.h',
- 'common/matcher/url_matcher_helpers.cc',
- 'common/matcher/url_matcher_helpers.h',
'common/one_shot_event.cc',
'common/one_shot_event.h',
'common/permissions/api_permission.cc',