From 4923a338552b0b10747a7ee3c5d424089db2293d Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 7 Dec 2010 17:35:45 +0000 Subject: Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes things that use webkit but otherwise don't need IPC to include the IPC directory. This patch moves the set-up of the proxy into the renderer. I also did a lot of clean-up of the initialization and it seems much nicer now. BUG=63684 TEST=manual PPAPI proxy testing Review URL: http://codereview.chromium.org/5592005 TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/5616004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68486 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/shared_impl/DEPS | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ppapi/shared_impl') diff --git a/ppapi/shared_impl/DEPS b/ppapi/shared_impl/DEPS index 578728a..84fea55 100644 --- a/ppapi/shared_impl/DEPS +++ b/ppapi/shared_impl/DEPS @@ -1,9 +1,4 @@ include_rules = [ "+base", - - # Since this is used by the implementation in /webkit, we don't want it to - # depend on IPC. - "-ipc", - "-ppapi/cpp", ] -- cgit v1.1