You can use gin directly to bind C++ objects to JavaScript, see the examples in //src/gin/wrappable_unittest.cc
Hi,I found some class GinJavaBridgeFoo to bridge JavaScript with Java, but I can't find any mechanism to bridge JavaScript with C++, except using V8(Gin) to add object and function to JavaScript. Why no GinCppBridgeFoo? I think it's easier than GinJavaBridgeFoo, becasue it no need JNI. Or Chromium already has some mechanism to bridge C++ and JS?
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev