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

Unified Diff: extensions/extensions.gyp

Issue 83843002: Move ManifestHandlers to extensions/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: s/handler/info Created 7 years, 1 month 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/manifest_handlers/sandboxed_page_info.cc ('k') | no next file » | 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 02ccf4962de83aad3ba5464539346e615dc3cd55..bb852d26d5f3ea1cbc8bf1c91f03385e242d2646 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -26,6 +26,8 @@
'sources': [
'common/crx_file.cc',
'common/crx_file.h',
+ 'common/csp_validator.cc',
+ 'common/csp_validator.h',
'common/draggable_region.cc',
'common/draggable_region.h',
'common/error_utils.cc',
@@ -69,8 +71,18 @@
'common/manifest_handler.h',
'common/manifest_handlers/background_info.cc',
'common/manifest_handlers/background_info.h',
+ 'common/manifest_handlers/csp_info.cc',
+ 'common/manifest_handlers/csp_info.h',
'common/manifest_handlers/incognito_info.cc',
'common/manifest_handlers/incognito_info.h',
+ 'common/manifest_handlers/kiosk_mode_info.cc',
+ 'common/manifest_handlers/kiosk_mode_info.h',
+ 'common/manifest_handlers/offline_enabled_info.cc',
+ 'common/manifest_handlers/offline_enabled_info.h',
+ 'common/manifest_handlers/requirements_info.h',
+ 'common/manifest_handlers/requirements_info.cc',
+ 'common/manifest_handlers/sandboxed_page_info.cc',
+ 'common/manifest_handlers/sandboxed_page_info.h',
'common/manifest_handlers/shared_module_info.cc',
'common/manifest_handlers/shared_module_info.h',
'common/matcher/regex_set_matcher.cc',
« no previous file with comments | « extensions/common/manifest_handlers/sandboxed_page_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698