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

Unified Diff: ppapi/generators/test_cgen/interface.idl

Issue 281203002: PPAPI: Make generator support "no_interface_string" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/test_cgen/interface.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/generators/test_cgen/interface.idl
diff --git a/ppapi/generators/test_cgen/interface.idl b/ppapi/generators/test_cgen/interface.idl
index d7ca86e56eb39505055b90bdfee43e5af0e7bb5b..202a73a0dacb01c6797b6ec0d785859928ebbe04 100644
--- a/ppapi/generators/test_cgen/interface.idl
+++ b/ppapi/generators/test_cgen/interface.idl
@@ -41,6 +41,11 @@ interface ifaceBar {
ifaceFoo createIface([in] str_t name);
};
+[no_interface_string]
+interface ifaceNoString {
+ void mem();
+};
+
struct struct2 {
ifaceBar bar;
};
« no previous file with comments | « ppapi/generators/test_cgen/interface.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698