diff options
author | jamescook <jamescook@chromium.org> | 2014-10-20 07:35:11 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-20 14:35:30 +0000 |
commit | 62117928b7e16e4b1080e802f26ca43f8ce1e997 (patch) | |
tree | fbedb04f41badd87a7fac3e14715e58a5c6bccdf /extensions/shell/DEPS | |
parent | 34cb061236f5c334606379297c2dfdfded0a490e (diff) | |
download | chromium_src-62117928b7e16e4b1080e802f26ca43f8ce1e997.zip chromium_src-62117928b7e16e4b1080e802f26ca43f8ce1e997.tar.gz chromium_src-62117928b7e16e4b1080e802f26ca43f8ce1e997.tar.bz2 |
Add support for app_shell-only extension APIs
Also add a stub for an identity-related API as an example.
BUG=424651
TEST=app_shell_unittests
Review URL: https://codereview.chromium.org/660333003
Cr-Commit-Position: refs/heads/master@{#300265}
Diffstat (limited to 'extensions/shell/DEPS')
-rw-r--r-- | extensions/shell/DEPS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/shell/DEPS b/extensions/shell/DEPS index 58642fb..74cb6bb 100644 --- a/extensions/shell/DEPS +++ b/extensions/shell/DEPS @@ -16,8 +16,9 @@ include_rules = [ # the embedder before being used by the extension. "+components/storage_monitor", - # Only allow extensions resources, not general Chrome ones. + # Only allow app_shell and extensions resources, not general Chrome ones. "-grit", + "+grit/app_shell_resources.h", "+grit/extensions_resources.h", # Real DEPS go in subdirectories, for example extensions/shell/browser/DEPS. |