diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 19:13:17 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-27 19:13:17 +0000 |
commit | f82d57b5aac005760209900be768192f66a38361 (patch) | |
tree | c6fd653cf6f6f6b7f6b19ce34ad3492e4758d42d /content/DEPS | |
parent | fa71e8aecde3d31a2a8e75df8034bdef6e237f35 (diff) | |
download | chromium_src-f82d57b5aac005760209900be768192f66a38361.zip chromium_src-f82d57b5aac005760209900be768192f66a38361.tar.gz chromium_src-f82d57b5aac005760209900be768192f66a38361.tar.bz2 |
Revert "Revert 83168 - Revert "Revert 83100 - Remove weird dependency on extensions from webui.Re-plumb extension request messages in a more sane way.Before, each RVH had ProcessWebUIMessage(), which wasserving as a manual way of plumbing both WebUI andextension messages to the right place, even though onlya few RVHD responded to either message.Instead of this, we now just teach more of the stack howto handle IPC messages in general, and delegate them upthrough the stack, giving each layer a chance to handlethem if it knows how.The result is simpler and smaller:179 insertions(+), 252 deletions(-)BUG=80311Review URL: http://codereview.chromium.org/6901021"This reverts commit 643b280cedd9f0b76948686f39f50f295aba362f.TBR=mpcomplete@chromium.org"
This reverts commit ba6603c3cc46f1b83219be906ab36f8f2b3372e2.
TBR=mpcomplete@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83188 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/DEPS')
-rw-r--r-- | content/DEPS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/DEPS b/content/DEPS index bf29db6..991fd7d3 100644 --- a/content/DEPS +++ b/content/DEPS @@ -8,9 +8,13 @@ include_rules = [ # When the src\content refactoring is complete, this will be unnecessary (and # in fact, a layering violation). "+chrome", + # The following directories have been refactored, so no new dependencies # should be added from these directories. "-chrome/browser/printing", + "-chrome/browser/extensions", + "-chrome/common/extensions", + "-chrome/renderer/extensions", # The subdirectories in content/ will manually allow their own include # directories in content/ so we disallow all of them. |