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", |