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

Unified Diff: chrome/chrome_common.gypi

Issue 12092096: Move c/c/extensions/matcher/ to top level extension dir (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TOT Created 7 years, 11 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 | « chrome/browser/policy/url_blacklist_manager.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index eccc67ecdb05f6d72192e0384ec079e894494fab..f21b1eb26a168ba1c7508013fcf14d59e837af6e 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -60,6 +60,20 @@
'../extensions/common/error_utils.h',
'../extensions/common/install_warning.h',
'../extensions/common/install_warning.cc',
+ '../extensions/common/matcher/regex_set_matcher.cc',
+ '../extensions/common/matcher/regex_set_matcher.h',
+ '../extensions/common/matcher/string_pattern.cc',
+ '../extensions/common/matcher/string_pattern.h',
+ '../extensions/common/matcher/substring_set_matcher.cc',
+ '../extensions/common/matcher/substring_set_matcher.h',
+ '../extensions/common/matcher/url_matcher.cc',
+ '../extensions/common/matcher/url_matcher.h',
+ '../extensions/common/matcher/url_matcher_constants.cc',
+ '../extensions/common/matcher/url_matcher_constants.h',
+ '../extensions/common/matcher/url_matcher_factory.cc',
+ '../extensions/common/matcher/url_matcher_factory.h',
+ '../extensions/common/matcher/url_matcher_helpers.cc',
+ '../extensions/common/matcher/url_matcher_helpers.h',
'../extensions/common/url_pattern.cc',
'../extensions/common/url_pattern.h',
'../extensions/common/url_pattern_set.cc',
@@ -211,20 +225,6 @@
'common/extensions/manifest_handler_helpers.h',
'common/extensions/manifest_url_handler.cc',
'common/extensions/manifest_url_handler.h',
- 'common/extensions/matcher/regex_set_matcher.cc',
- 'common/extensions/matcher/regex_set_matcher.h',
- 'common/extensions/matcher/string_pattern.cc',
- 'common/extensions/matcher/string_pattern.h',
- 'common/extensions/matcher/substring_set_matcher.cc',
- 'common/extensions/matcher/substring_set_matcher.h',
- 'common/extensions/matcher/url_matcher.cc',
- 'common/extensions/matcher/url_matcher.h',
- 'common/extensions/matcher/url_matcher_constants.cc',
- 'common/extensions/matcher/url_matcher_constants.h',
- 'common/extensions/matcher/url_matcher_factory.cc',
- 'common/extensions/matcher/url_matcher_factory.h',
- 'common/extensions/matcher/url_matcher_helpers.cc',
- 'common/extensions/matcher/url_matcher_helpers.h',
'common/extensions/message_bundle.cc',
'common/extensions/message_bundle.h',
'common/extensions/permissions/api_permission.cc',
« no previous file with comments | « chrome/browser/policy/url_blacklist_manager.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698