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

Unified Diff: ppapi/generators/test_cgen_range/versions.idl

Issue 7715036: More multi-version support (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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_range/versions.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_range/versions.idl
===================================================================
--- ppapi/generators/test_cgen_range/versions.idl (revision 0)
+++ ppapi/generators/test_cgen_range/versions.idl (revision 0)
@@ -0,0 +1,36 @@
+/* Copyright (c) 2011 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/* File Comment. */
+
+label Chrome {
+ M13 = 0.0,
+ M14 = 1.0,
+ M15 = 2.0
+};
+
+[version=0.0]
+describe {
+ /** Standard Ints. */
+ int32_t;
+};
+
+
+/* Bogus Struct */
+[version=0.0]
+struct PP_Size {
+ /**
+ * Comment for function
+ */
+ [version=0.0] int32_t Foo(int32_t x);
+ /**
+ * Comment for function
+ */
+ [version=1.0] int32_t Foo(int32_t x, int32_t y);
+ /**
+ * Comment for function
+ */
+ [version=2.0] int32_t Foo(int32_t x, int32_t y, int32_t z);
+};
Property changes on: ppapi/generators/test_cgen_range/versions.idl
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « ppapi/generators/test_cgen_range/versions.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698