diff options
author | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 16:16:54 +0000 |
---|---|---|
committer | raymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-15 16:16:54 +0000 |
commit | 687998e618ef6759b6423170030719967bceee62 (patch) | |
tree | 6829ccb405f317cd35cf7aa68a0f10a3d42b9ccf /content | |
parent | 60f537751e6f7ca01fdf12c860cfa4a71a696506 (diff) | |
download | chromium_src-687998e618ef6759b6423170030719967bceee62.zip chromium_src-687998e618ef6759b6423170030719967bceee62.tar.gz chromium_src-687998e618ef6759b6423170030719967bceee62.tar.bz2 |
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
Diffstat (limited to 'content')
-rw-r--r-- | content/content_tests.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
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', |