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

Unified Diff: extensions/shell/browser/DEPS

Issue 437503004: Add NaCl support to app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (nacl-init) rebase Created 6 years, 4 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/app_shell.gyp ('k') | extensions/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/DEPS
diff --git a/extensions/shell/browser/DEPS b/extensions/shell/browser/DEPS
index de200f95465a6639ae5c359fb20905feccc032ca..597cad0dc686756ba901c4be20e6f4520d7362b0 100644
--- a/extensions/shell/browser/DEPS
+++ b/extensions/shell/browser/DEPS
@@ -1,11 +1,12 @@
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",
@@ -18,11 +19,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",
]
« no previous file with comments | « extensions/shell/app_shell.gyp ('k') | extensions/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698