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

Unified Diff: chrome/chrome_tests_unit.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/chrome_common.gypi ('k') | chrome/common/extensions/event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 6bf0c1f4c8174681f2e4ea501769124934208072..dd6889a7241936b4ef9a7bad12b1e9e073e80cec 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -414,6 +414,11 @@
},
},
'sources': [
+ '../extensions/common/matcher/regex_set_matcher_unittest.cc',
+ '../extensions/common/matcher/string_pattern_unittest.cc',
+ '../extensions/common/matcher/substring_set_matcher_unittest.cc',
+ '../extensions/common/matcher/url_matcher_unittest.cc',
+ '../extensions/common/matcher/url_matcher_factory_unittest.cc',
'../extensions/common/url_pattern_unittest.cc',
'../extensions/common/url_pattern_set_unittest.cc',
'app/breakpad_mac_stubs.mm',
@@ -1515,11 +1520,6 @@
'common/extensions/manifest_tests/extension_manifests_web_accessible_resources_unittest.cc',
'common/extensions/manifest_tests/extension_manifests_web_intents_unittest.cc',
'common/extensions/manifest_tests/extension_manifests_web_unittest.cc',
- 'common/extensions/matcher/regex_set_matcher_unittest.cc',
- 'common/extensions/matcher/string_pattern_unittest.cc',
- 'common/extensions/matcher/substring_set_matcher_unittest.cc',
- 'common/extensions/matcher/url_matcher_unittest.cc',
- 'common/extensions/matcher/url_matcher_factory_unittest.cc',
'common/extensions/manifest_unittest.cc',
'common/extensions/message_bundle_unittest.cc',
'common/extensions/permissions/api_permission_set_unittest.cc',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698