summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-09 23:01:32 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-09 23:01:32 +0000
commite78abce7e7baa142b3e0a09836479695389e5c6e (patch)
tree01e9d229289a147b7db7aafe9351484eb0b1fd1a /apps/DEPS
parent994f02e416891be7d0c2c6aed465fa685bdc8347 (diff)
downloadchromium_src-e78abce7e7baa142b3e0a09836479695389e5c6e.zip
chromium_src-e78abce7e7baa142b3e0a09836479695389e5c6e.tar.gz
chromium_src-e78abce7e7baa142b3e0a09836479695389e5c6e.tar.bz2
app_shell: Limit DEPS to apps/shell
And disallow dependencies on chrome in the apps/shell code. BUG=None TEST=checkdeps succeeds TBR=jam@chromium.org - discussed offline NOTRY=true Review URL: https://codereview.chromium.org/26486004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227828 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r--apps/DEPS7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/DEPS b/apps/DEPS
index 9105135..31e8bc85 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -14,12 +14,6 @@ include_rules = [
"+ui",
"+win8",
- # Pieces of content_shell reused in app_shell.
- # TODO(jamescook): Remove these. http://crbug.com/305404
- "+content/shell/browser/minimal_shell.h",
- "+content/shell/browser/shell_browser_context.h",
- "+content/shell/common/shell_content_client.h",
-
# Temporary allowed includes.
# TODO(benwells): remove these (http://crbug.com/159366)
"+chrome/browser/chrome_notification_types.h",
@@ -29,6 +23,7 @@ include_rules = [
"+chrome/browser/profiles",
"+chrome/browser/sessions/session_id.h",
"+chrome/common/chrome_switches.h",
+
# Pieces of the extensions system that need to move to src/extensions.
# See http://crbug.com/162530 for details.
"+chrome/browser/extensions/api/app_runtime/app_runtime_api.h",