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

Unified Diff: ppapi/generators/test_parser/struct.idl

Issue 7272043: Update Lexer/Parser to support '#inline' and 'label' (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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_parser/interface.idl ('k') | ppapi/generators/test_parser/typedef.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/generators/test_parser/struct.idl
===================================================================
--- ppapi/generators/test_parser/struct.idl (revision 90352)
+++ ppapi/generators/test_parser/struct.idl (working copy)
@@ -13,7 +13,7 @@
PP_Resource Mem2;
};
-typedef int[] func(int x, int y);
+typedef int func([in] int x, [in] int y);
/* OK Struct(S2) */
struct S2 {
@@ -22,7 +22,7 @@
/* OK Member(Mem2) */
PP_Resource Mem2;
/* OK Member(Mem3) */
- [ATTRIBUTE] PP_Resource Mem3;
+ [attr1, attr2] PP_Resource Mem3;
/* OK Member(foo) */
FuncFoo foo;
};
« no previous file with comments | « ppapi/generators/test_parser/interface.idl ('k') | ppapi/generators/test_parser/typedef.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698