summaryrefslogtreecommitdiffstats
path: root/extensions/shell/DEPS
diff options
context:
space:
mode:
authorthiago.santos <thiago.santos@intel.com>2014-09-05 06:29:49 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-05 13:31:24 +0000
commit89e236b4594095c089b53d9cd4d521eb81860721 (patch)
tree367888b16070b29d91cf7f0f7f874783d4f3eabc /extensions/shell/DEPS
parent3c5f982b2be65081adea0668405fa4fcf6e35194 (diff)
downloadchromium_src-89e236b4594095c089b53d9cd4d521eb81860721.zip
chromium_src-89e236b4594095c089b53d9cd4d521eb81860721.tar.gz
chromium_src-89e236b4594095c089b53d9cd4d521eb81860721.tar.bz2
Move system.* family of APIs to extensions/
As side effect, this APIs will also be available for the app_shell. The patch also removes the dependence this API has on the g_browser_process and thus, no longer will depend on chrome/. BUG=392842 Review URL: https://codereview.chromium.org/389633002 Cr-Commit-Position: refs/heads/master@{#293512}
Diffstat (limited to 'extensions/shell/DEPS')
-rw-r--r--extensions/shell/DEPS4
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/shell/DEPS b/extensions/shell/DEPS
index 83649ba..74cb6bb 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",