diff options
author | rockot <rockot@chromium.org> | 2014-12-08 19:09:18 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-09 03:09:44 +0000 |
commit | a980ec6fb4d0dffeb35cca31e36512717e765463 (patch) | |
tree | 97ab3a91bafe3971a7cdd0b8ed8e6264b92877c4 /extensions/common/BUILD.gn | |
parent | 4989e6046a5c34d02356dd84c70f18f1e9a16188 (diff) | |
download | chromium_src-a980ec6fb4d0dffeb35cca31e36512717e765463.zip chromium_src-a980ec6fb4d0dffeb35cca31e36512717e765463.tar.gz chromium_src-a980ec6fb4d0dffeb35cca31e36512717e765463.tar.bz2 |
Add content_capabilities manifest feature
This adds basic manifest data parsing support for the
content_capabilities feature, which is - for now -
constrained to a whitelist.
BUG=409269
Review URL: https://codereview.chromium.org/780703003
Cr-Commit-Position: refs/heads/master@{#307407}
Diffstat (limited to 'extensions/common/BUILD.gn')
-rw-r--r-- | extensions/common/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn index 4b6ff4a..54c712f 100644 --- a/extensions/common/BUILD.gn +++ b/extensions/common/BUILD.gn @@ -116,6 +116,8 @@ if (enable_extensions) { "manifest_handler_helpers.h", "manifest_handlers/background_info.cc", "manifest_handlers/background_info.h", + "manifest_handlers/content_capabilities_handler.cc", + "manifest_handlers/content_capabilities_handler.h", "manifest_handlers/csp_info.cc", "manifest_handlers/csp_info.h", "manifest_handlers/default_locale_handler.cc", |