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

Unified Diff: chrome/chrome_common.gypi

Issue 12208078: Move chrome/common/extensions/event_* to extensions/common/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: v8 Created 7 years, 10 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/extensions/event_router.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 9202bfc56c3a64ef331711a4dc1a0c2eb85f75f7..e385fb8cff18ea1de0d7bf9f29d1d22a06a2d224 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -58,6 +58,12 @@
'../extensions/common/draggable_region.h',
'../extensions/common/error_utils.cc',
'../extensions/common/error_utils.h',
+ '../extensions/common/event_filter.cc',
+ '../extensions/common/event_filter.h',
+ '../extensions/common/event_filtering_info.cc',
+ '../extensions/common/event_filtering_info.h',
+ '../extensions/common/event_matcher.cc',
+ '../extensions/common/event_matcher.h',
'../extensions/common/install_warning.h',
'../extensions/common/install_warning.cc',
'../extensions/common/matcher/regex_set_matcher.cc',
@@ -174,12 +180,6 @@
'common/extensions/command.h',
'common/extensions/csp_validator.cc',
'common/extensions/csp_validator.h',
- 'common/extensions/event_filter.cc',
- 'common/extensions/event_filter.h',
- 'common/extensions/event_filtering_info.cc',
- 'common/extensions/event_filtering_info.h',
- 'common/extensions/event_matcher.cc',
- 'common/extensions/event_matcher.h',
'common/extensions/extension.cc',
'common/extensions/extension.h',
'common/extensions/extension_constants.cc',
« no previous file with comments | « chrome/browser/extensions/event_router.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698