From e0ba93971402fee8e7b7cb1cbd2259a37d338760 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 7 Dec 2010 16:53:06 +0000 Subject: 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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68482 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_renderer.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/chrome_renderer.gypi') diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi index 8a6f73c..87889aa 100644 --- a/chrome/chrome_renderer.gypi +++ b/chrome/chrome_renderer.gypi @@ -15,6 +15,7 @@ 'chrome_resources', 'chrome_strings', 'safe_browsing_proto', + '../ppapi/ppapi.gyp:ppapi_proxy', '../printing/printing.gyp:printing', '../skia/skia.gyp:skia', '../third_party/hunspell/hunspell.gyp:hunspell', -- cgit v1.1