summaryrefslogtreecommitdiffstats
path: root/apps/DEPS
diff options
context:
space:
mode:
authorjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-03 21:19:49 +0000
committerjamescook@chromium.org <jamescook@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-03 21:19:49 +0000
commita424119108197394a938cc9dbc9a9781a65f3b6b (patch)
tree3eb11859fa252575808554427fb0745d557c2906 /apps/DEPS
parent69624f8ae6034ddb0cc3fa3a352fd3e811462ce4 (diff)
downloadchromium_src-a424119108197394a938cc9dbc9a9781a65f3b6b.zip
chromium_src-a424119108197394a938cc9dbc9a9781a65f3b6b.tar.gz
chromium_src-a424119108197394a938cc9dbc9a9781a65f3b6b.tar.bz2
Reorganize apps/shell into app, browser and common directories.
This allows us to separate browser process, render process and common code, similar to how content/shell is organized. This also allows the DEPS files to be more restrictive to enforce those dependencies. A parallel CL adds apps/shell/renderer and some renderer-specific code: https://codereview.chromium.org/149163002/ BUG=none TEST=compiles R=joi@chromium.org, miket@chromium.org TBR=stevenjb@chromium.org for DEPS on src/chromeos (just moving the DEP from one file to another) Review URL: https://codereview.chromium.org/151893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248575 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/DEPS')
-rw-r--r--apps/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/DEPS b/apps/DEPS
index 947c471..622baae 100644
--- a/apps/DEPS
+++ b/apps/DEPS
@@ -1,6 +1,5 @@
include_rules = [
"+base",
- "+content/public/app",
"+content/public/browser",
"+content/public/common",
"+content/public/test",