summaryrefslogtreecommitdiffstats
path: root/app/DEPS
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 22:04:41 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 22:04:41 +0000
commitca340e836e37e450e86a2a180e02c77af319e4d7 (patch)
tree47998c9106f3c428dfbeb10b9ac262282270974f /app/DEPS
parentd6b671d0968013c3205c50ebaf45f356e34a58c5 (diff)
downloadchromium_src-ca340e836e37e450e86a2a180e02c77af319e4d7.zip
chromium_src-ca340e836e37e450e86a2a180e02c77af319e4d7.tar.gz
chromium_src-ca340e836e37e450e86a2a180e02c77af319e4d7.tar.bz2
Remove src/app's dependency on the WebKit api.
src/app shouldn't depend on webkit in anyway. DEPS allows this because it allows paths pulled in by deps = {} (stuff pulled in by gclient). Add a new rule to explicitly disallow this. Review URL: http://codereview.chromium.org/3998004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/DEPS')
-rw-r--r--app/DEPS5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/DEPS b/app/DEPS
index 2ba6968..fccc98d 100644
--- a/app/DEPS
+++ b/app/DEPS
@@ -1,5 +1,3 @@
-# Do NOT add chrome to the list below. We shouldn't be including files from
-# src/chrome in src/app.
include_rules = [
"+gfx",
"+grit/app_locale_settings.h",
@@ -7,4 +5,7 @@ include_rules = [
"+net",
"+skia",
"+third_party/mozilla",
+
+ "-chrome",
+ "-third_party/WebKit",
]