summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
diff options
context:
space:
mode:
authorstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-13 10:07:34 +0000
committerstuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-13 10:07:34 +0000
commit895701ad1ae057d7c5b8ada7a504824dca83da8e (patch)
tree6bbb54eccea16058f3c9e611f221d21de1646aaa /chrome/DEPS
parent122984a6be49d052333bab1562d69bf4fa77aeb9 (diff)
downloadchromium_src-895701ad1ae057d7c5b8ada7a504824dca83da8e.zip
chromium_src-895701ad1ae057d7c5b8ada7a504824dca83da8e.tar.gz
chromium_src-895701ad1ae057d7c5b8ada7a504824dca83da8e.tar.bz2
Tighten the restrictions on including webkit code from chrome/
This removes the chrome/DEPS allowances for including webkit/, adds temporary allowances in the subdirectories, and makes it clear that in most cases the allowance is temporary and should be removed. This is an incremental step toward disallowing use of webkit/ code directly from most chrome/ code (excepting specific subdirectories, most notably chrome/renderer/). BUG=146251 Review URL: https://chromiumcodereview.appspot.com/10905061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156521 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r--chrome/DEPS6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
index b3ab3de..2aa4f16 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -36,12 +36,6 @@ include_rules = [
# Allow inclusion of WebKit API files.
"+third_party/WebKit/Source/Platform/chromium",
"+third_party/WebKit/Source/WebKit/chromium",
- "+webkit/appcache",
- "+webkit/blob",
- "+webkit/chromeos/fileapi",
- "+webkit/database",
- "+webkit/fileapi",
- "+webkit/quota",
# Allow inclusion of third-party code:
"+third_party/hunspell",