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

Unified Diff: ppapi/generators/test_namespace/foo.idl

Issue 11235016: Change the way we generate versions (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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_namespace/bar.idl ('k') | ppapi/generators/test_parser/enum.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/generators/test_namespace/foo.idl
===================================================================
--- ppapi/generators/test_namespace/foo.idl (revision 163185)
+++ ppapi/generators/test_namespace/foo.idl (working copy)
@@ -15,6 +15,8 @@
/* PPAPI Enum */
enum PP_Bool {
+ /* Decalare False */
PP_FALSE = 0,
+ /* Decalare True */
PP_TRUE = 1
};
« no previous file with comments | « ppapi/generators/test_namespace/bar.idl ('k') | ppapi/generators/test_parser/enum.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698