Index: extensions/shell/browser/DEPS |
diff --git a/extensions/shell/browser/DEPS b/extensions/shell/browser/DEPS |
index de200f95465a6639ae5c359fb20905feccc032ca..52a9647bff368f8e63740e0bdae6f750469b1663 100644 |
--- a/extensions/shell/browser/DEPS |
+++ b/extensions/shell/browser/DEPS |
@@ -1,16 +1,18 @@ |
include_rules = [ |
"+chromeos", |
"+components/keyed_service", |
+ "+components/nacl/browser", |
+ "+components/nacl/common", |
"+components/omaha_query_params", |
"+components/pref_registry", |
"+components/user_prefs", |
"+content/public/browser", |
- "+third_party/cros_system_api", |
# Pieces of content_shell reused in app_shell. |
"+content/shell/browser/shell_browser_context.h", |
"+content/shell/browser/shell_devtools_delegate.h", |
"+content/shell/browser/shell_net_log.h", |
+ "+content/shell/common/shell_switches.h", |
# For device backend support. |
"+device/hid", |
@@ -18,11 +20,14 @@ include_rules = [ |
# Only used in API tests that should be moved to extensions/browser/api/... |
"+net", |
+ "+ppapi", |
"+sync/api", |
# Disallow views to keep the binary size down. |
"-ui/views", |
+ "+third_party/cros_system_api", |
+ |
"-webkit", |
"+webkit/browser/quota", |
] |