diff options
author | thiago.santos <thiago.santos@intel.com> | 2014-09-05 06:29:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-05 13:31:24 +0000 |
commit | 89e236b4594095c089b53d9cd4d521eb81860721 (patch) | |
tree | 367888b16070b29d91cf7f0f7f874783d4f3eabc /extensions/shell/DEPS | |
parent | 3c5f982b2be65081adea0668405fa4fcf6e35194 (diff) | |
download | chromium_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/DEPS | 4 |
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", |