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

Unified Diff: chrome/chrome_common.gypi

Issue 10388135: Add common code for extensions event filtering. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: respond to comments Created 8 years, 7 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 | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/extensions/event_matcher.h » ('J')
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 b0a30756739fb480f21b75ae66b09a80dc131df3..a987f0972b784ef48b7adeed1c674297ced3d871 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -110,6 +110,10 @@
'common/custom_handlers/protocol_handler.h',
'common/extensions/csp_validator.cc',
'common/extensions/csp_validator.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_action.cc',
@@ -151,6 +155,8 @@
'common/extensions/feature_provider.h',
'common/extensions/file_browser_handler.cc',
'common/extensions/file_browser_handler.h',
+ 'common/extensions/filtered_event_router.cc',
+ 'common/extensions/filtered_event_router.h',
'common/extensions/manifest.cc',
'common/extensions/manifest.h',
'common/extensions/manifest_feature.cc',
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/extensions/event_matcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698