| Index: extensions/shell/DEPS
|
| diff --git a/extensions/shell/DEPS b/extensions/shell/DEPS
|
| index 83649baf09dd7da4aaf3710b7e78c3cf2bfb75b6..74cb6bba5c0086e913197bd38531e5d824a428aa 100644
|
| --- a/extensions/shell/DEPS
|
| +++ b/extensions/shell/DEPS
|
| @@ -12,6 +12,10 @@ include_rules = [
|
| # the code you need to a shared location.
|
| "-chrome",
|
|
|
| + # The system.storage API expects the StorageMonitor to be initialized by
|
| + # the embedder before being used by the extension.
|
| + "+components/storage_monitor",
|
| +
|
| # Only allow app_shell and extensions resources, not general Chrome ones.
|
| "-grit",
|
| "+grit/app_shell_resources.h",
|
|
|