Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: extensions/shell/DEPS

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Inlined simple getters and removed redundant namespace decl Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698