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

Unified Diff: apps/shell/browser/DEPS

Issue 412713002: Move apps/shell to extensions/shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 40% Created 6 years, 5 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 | « apps/shell/app_shell_resources.grd ('k') | apps/shell/browser/api/shell/shell_api.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/browser/DEPS
diff --git a/apps/shell/browser/DEPS b/apps/shell/browser/DEPS
deleted file mode 100644
index dc74d1da404f701062ca175b9a296b7199b6099e..0000000000000000000000000000000000000000
--- a/apps/shell/browser/DEPS
+++ /dev/null
@@ -1,29 +0,0 @@
-include_rules = [
- "+chromeos",
- "+components/omaha_query_params",
- "+components/pref_registry",
- "+components/user_prefs",
- "+third_party/cros_system_api",
-
- # Override apps/DEPS to be more selective about content includes.
- "-content",
- "+content/public/browser",
- "+content/public/common",
- "+content/public/test",
-
- # 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",
-
- # Only used in API tests that should be moved to extensions/browser/api/...
- "+net",
-
- "+sync/api",
-
- # Disallow views to keep the binary size down.
- "-ui/views",
-
- "-webkit",
- "+webkit/browser/quota",
-]
« no previous file with comments | « apps/shell/app_shell_resources.grd ('k') | apps/shell/browser/api/shell/shell_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698