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

Unified Diff: tools/json_schema_compiler/test/idl_basics.idl

Issue 197873009: Support scoped types in PPAPI IDL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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
Index: tools/json_schema_compiler/test/idl_basics.idl
diff --git a/tools/json_schema_compiler/test/idl_basics.idl b/tools/json_schema_compiler/test/idl_basics.idl
index c6f99207c7be10864078c692669332dda9e5e198..9d2adf947b3ed5c913a0b77dd52a70dcc7cbf7ec 100644
--- a/tools/json_schema_compiler/test/idl_basics.idl
+++ b/tools/json_schema_compiler/test/idl_basics.idl
@@ -81,11 +81,16 @@
// |cb|: Override callback comment.
static void function18(Callback7 cb);
- static long function19();
- static MyType1 function20();
- static MyType1[] function21();
- static EnumType function22();
- static EnumType[] function23();
+ static void function20(other_namespace.SomeType value);
+ static void function21(other_namespace.SomeType[] values);
+
+ static long function22();
+ static MyType1 function23();
+ static MyType1[] function24();
+ static EnumType function25();
+ static EnumType[] function26();
+ static other_namespace.SomeType function27();
+ static other_namespace.SomeType[] function28();
};
interface Events {
« ppapi/generators/idl_parser.py ('K') | « tools/json_schema_compiler/idl_schema_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698