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

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_filter.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..9767ff1ecba22eab71dc9e571f820ef9970afff8 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -110,6 +110,12 @@
'common/custom_handlers/protocol_handler.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_action.cc',
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/extensions/event_filter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698