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

Unified Diff: extensions/extensions.gyp

Issue 83843002: Move ManifestHandlers to extensions/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: 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
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 16d290a5ec0794fa867987c644a9ee106e0bd3e4..f4dd4e5a939d48906b0ff71735825b9c0a7594d9 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_handler.cc',
+ 'common/manifest_handlers/csp_handler.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_handler.h',
+ 'common/manifest_handlers/requirements_handler.cc',
+ 'common/manifest_handlers/sandboxed_page_info.cc',
+ 'common/manifest_handlers/sandboxed_page_info.h',
'common/matcher/regex_set_matcher.cc',
'common/matcher/regex_set_matcher.h',
'common/matcher/string_pattern.cc',
« apps/launcher.cc ('K') | « 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