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

Unified Diff: extensions/shell/DEPS

Issue 571643003: Remove app_shell chrome.shell API and ShellAppWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (remove-shell) rebase 2 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
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/DEPS
diff --git a/extensions/shell/DEPS b/extensions/shell/DEPS
index 74cb6bba5c0086e913197bd38531e5d824a428aa..58642fbbab567292a98cc7750b7d1b079f5f36c5 100644
--- a/extensions/shell/DEPS
+++ b/extensions/shell/DEPS
@@ -16,9 +16,8 @@ include_rules = [
# the embedder before being used by the extension.
"+components/storage_monitor",
- # Only allow app_shell and extensions resources, not general Chrome ones.
+ # Only allow 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.
« no previous file with comments | « extensions/shell/BUILD.gn ('k') | extensions/shell/app_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698