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

Unified Diff: extensions/shell/DEPS

Issue 660333003: Add support for app_shell-only extension APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (shell-identity) rebase Created 6 years, 2 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 58642fbbab567292a98cc7750b7d1b079f5f36c5..74cb6bba5c0086e913197bd38531e5d824a428aa 100644
--- a/extensions/shell/DEPS
+++ b/extensions/shell/DEPS
@@ -16,8 +16,9 @@ include_rules = [
# the embedder before being used by the extension.
"+components/storage_monitor",
- # Only allow extensions resources, not general Chrome ones.
+ # Only allow app_shell and extensions resources, not general Chrome ones.
"-grit",
+ "+grit/app_shell_resources.h",
"+grit/extensions_resources.h",
# Real DEPS go in subdirectories, for example extensions/shell/browser/DEPS.

Powered by Google App Engine
This is Rietveld 408576698