From 9a499a01f4e66080673c8a08496e9c3b488c3fdf Mon Sep 17 00:00:00 2001 From: "dalecurtis@chromium.org" Date: Mon, 20 Aug 2012 22:19:33 +0000 Subject: Introduce shared_memory_support media target for PPAPI. Allows PPAPI to directly utilize shared memory utility code instead of duplicating it and CHECK'ing for equivalency. Required to eventually convert PPAPI to using an AudioBus and floats in PPB_Audio_Shared::Run(). http://crbug.com/114700 BUG=123203 TEST=unittests Review URL: https://chromiumcodereview.appspot.com/10826296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152406 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_common.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_common.gypi') diff --git a/content/content_common.gypi b/content/content_common.gypi index 54974ae..749b93b 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -10,6 +10,7 @@ '../gpu/gpu.gyp:gpu_ipc', '../ipc/ipc.gyp:ipc', '../media/media.gyp:media', + '../media/media.gyp:shared_memory_support', '../net/net.gyp:net', '../ppapi/ppapi_internal.gyp:ppapi_shared', '../skia/skia.gyp:skia', -- cgit v1.1