Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(826)

Unified Diff: ppapi/generators/test_gen_pnacl/test_interfaces.idl

Issue 305233002: PPAPI: Make "no_interface_string" APIs have no PNaCl wrapper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/generators/idl_gen_wrapper.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/generators/test_gen_pnacl/test_interfaces.idl
diff --git a/ppapi/generators/test_gen_pnacl/test_interfaces.idl b/ppapi/generators/test_gen_pnacl/test_interfaces.idl
index f487a76263d297aeb76c9eb1315b7eb0f2c7cc66..0abe79934a7cc48b4b7569513aae3d3a1d2a2f6e 100644
--- a/ppapi/generators/test_gen_pnacl/test_interfaces.idl
+++ b/ppapi/generators/test_gen_pnacl/test_interfaces.idl
@@ -153,3 +153,9 @@ interface PPP_SomeWrap {
[version=2.0]
void foo2([in] int32_t a);
};
+
+[no_interface_string]
+interface PPP_NoIFString {
+ int32_t Dummy([in] some_struct a);
+};
+
« no previous file with comments | « ppapi/generators/idl_gen_wrapper.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698