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

Unified Diff: extensions/extensions.gyp

Issue 266963003: Beginning of support for extension content verification (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merged latest trunk Created 6 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 | « extensions/common/switches.cc ('k') | net/url_request/url_request_file_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 5560b2f6e3810e4c9fe89822463065081737a076..18030289189247a8849af39be8f60842f3b6544a 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -312,6 +312,11 @@
'browser/browser_context_keyed_api_factory.h',
'browser/browser_context_keyed_service_factories.cc',
'browser/browser_context_keyed_service_factories.h',
+ 'browser/content_verifier.cc',
+ 'browser/content_verifier.h',
+ 'browser/content_verifier_filter.h',
+ 'browser/content_verify_job.cc',
+ 'browser/content_verify_job.h',
'browser/error_map.cc',
'browser/error_map.h',
'browser/event_listener_map.cc',
« no previous file with comments | « extensions/common/switches.cc ('k') | net/url_request/url_request_file_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698