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

Unified Diff: apps/shell/DEPS

Issue 389633002: Move system.* family of APIs to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better comments Created 6 years, 5 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: 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",
« no previous file with comments | « no previous file | apps/shell/browser/shell_browser_main_parts.cc » ('j') | apps/shell/browser/shell_extensions_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698