From 687998e618ef6759b6423170030719967bceee62 Mon Sep 17 00:00:00 2001 From: "raymes@chromium.org" Date: Wed, 15 May 2013 16:16:54 +0000 Subject: Revert 200283 "Implement a V8 value<->PP_Var converter" > Implement a V8 value<->PP_Var converter > > NOTE: This patch is being relanded after it was reverted in 199944 due to a unittest breakage, fixed by 200279. > > This implements a converter for transforming between V8 values and PP_Vars. This is needed to support transferring arrays/dictionaries (or arrays/objects in javascript) to and from the plugin using the pepper Post/HandleMessage APIs. The entire object graph is converted in the process. > > TBR=darin@chromium.org > > BUG=236958 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199938 > > Review URL: https://chromiumcodereview.appspot.com/14424006 TBR=raymes@chromium.org Review URL: https://codereview.chromium.org/15001042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200288 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_tests.gypi | 1 - 1 file changed, 1 deletion(-) (limited to 'content/content_tests.gypi') diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 0ace9a7..41a3fd50 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -529,7 +529,6 @@ '../webkit/plugins/ppapi/ppapi_unittest.cc', '../webkit/plugins/ppapi/ppapi_unittest.h', '../webkit/plugins/ppapi/quota_file_io_unittest.cc', - '../webkit/plugins/ppapi/v8_var_converter_unittest.cc', '../webkit/quota/mock_quota_manager.cc', '../webkit/quota/mock_quota_manager.h', '../webkit/quota/mock_quota_manager_unittest.cc', -- cgit v1.1