summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_tests.gypi
diff options
context:
space:
mode:
authorraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-16 18:03:57 +0000
committerraymes@chromium.org <raymes@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-16 18:03:57 +0000
commit7e3461079b02605faf2a1e767bfad03bb5e8eaf1 (patch)
tree951e1edba29f6461f74cfb6564383e6183148d3f /ppapi/ppapi_tests.gypi
parent05893fabc7515cb9fc253ef5a9822d3325e6d344 (diff)
downloadchromium_src-7e3461079b02605faf2a1e767bfad03bb5e8eaf1.zip
chromium_src-7e3461079b02605faf2a1e767bfad03bb5e8eaf1.tar.gz
chromium_src-7e3461079b02605faf2a1e767bfad03bb5e8eaf1.tar.bz2
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=dmichael@chromium.org BUG=236958 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199938 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=200283 Review URL: https://codereview.chromium.org/14424006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@200578 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_tests.gypi')
-rw-r--r--ppapi/ppapi_tests.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index ffd577f..3e5dbf1 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -101,6 +101,8 @@
'proxy/resource_message_test_sink.h',
'shared_impl/test_globals.cc',
'shared_impl/test_globals.h',
+ 'shared_impl/unittest_utils.cc',
+ 'shared_impl/unittest_utils.h',
],
},