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

Unified Diff: apps/shell/DEPS

Issue 229733002: Toro: Move ExtensionProtocolHandler to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (extension-protocols) Created 6 years, 8 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 | « no previous file | apps/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/DEPS
diff --git a/apps/shell/DEPS b/apps/shell/DEPS
index 00a2196686e0adda07a91a2841d1b6b26cda21f2..82df3e3a0123bc4541ac3d282f4f871d1844c464 100644
--- a/apps/shell/DEPS
+++ b/apps/shell/DEPS
@@ -7,11 +7,14 @@ include_rules = [
"+apps/shell/common",
"+apps/shell/test",
+ # Do not add dependencies on Chrome. Talk to OWNERS about how to refactor
+ # the code you need to a shared location.
+ "-chrome",
+
# Real DEPS go in subdirectories, for example apps/shell/browser/DEPS.
# Temporary exceptions for app_shell bring-up go here.
# TODO(jamescook): Remove these. http://crbug.com/305404
- "!chrome/browser/extensions/extension_protocols.h",
- "!chrome/browser/extensions/extension_resource_protocols.h",
+ "!chrome/browser/chrome_notification_types.h",
"!chrome/common/extensions/api/generated_api.h",
"!chrome/common/extensions/api/generated_schemas.h",
"!chrome/common/extensions/api/sockets/sockets_manifest_handler.h",
« no previous file with comments | « no previous file | apps/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698