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', |