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