diff options
| author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-13 10:07:34 +0000 |
|---|---|---|
| committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-13 10:07:34 +0000 |
| commit | 895701ad1ae057d7c5b8ada7a504824dca83da8e (patch) | |
| tree | 6bbb54eccea16058f3c9e611f221d21de1646aaa /chrome/DEPS | |
| parent | 122984a6be49d052333bab1562d69bf4fa77aeb9 (diff) | |
| download | chromium_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/DEPS | 6 |
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", |
