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

Unified Diff: ppapi/generators/test_thunk/std_types.idl

Issue 11417010: Add support for generating thunk source from IDL. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Removed an unnecessary change Created 8 years, 1 month 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: ppapi/generators/test_thunk/std_types.idl
diff --git a/ppapi/generators/test_cgen/stdint.idl b/ppapi/generators/test_thunk/std_types.idl
similarity index 84%
copy from ppapi/generators/test_cgen/stdint.idl
copy to ppapi/generators/test_thunk/std_types.idl
index f63a66a46ed3a480dfd29499487155995f616e97..865451265c5fbe6f85804832851df0230f0eefda 100644
--- a/ppapi/generators/test_cgen/stdint.idl
+++ b/ppapi/generators/test_thunk/std_types.idl
@@ -3,12 +3,6 @@
* found in the LICENSE file.
*/
-/**
- * This file provides a definition of C99 sized types
- * for Microsoft compilers. These definitions only apply
- * for trusted modules.
- */
-
noelallen1 2012/11/15 22:03:18 This change can generate a warning. It's expected
teravest 2012/11/16 17:33:36 Thanks for letting me know; I've added a comment h
label Chrome {
M13 = 0.0,
M14 = 1.0,
@@ -50,5 +44,11 @@ describe {
/** Pointer to pointer to memory (void **). */
blob_t;
+
+ /** Pepper types */
+ PP_Bool;
+ PP_Instance;
+ PP_Resource;
+ PP_Var;
dmichael (off chromium) 2012/11/16 18:24:44 since this is a little different from ppapi/api/st
teravest 2012/11/16 18:52:36 Done.
};

Powered by Google App Engine
This is Rietveld 408576698