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