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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ppapi/generators/test_cgen_range/versions.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6 /* File Comment. */
7
8 label Chrome {
9 M13 = 0.0,
10 M14 = 1.0,
11 M15 = 2.0
12 };
13
14 [version=0.0]
15 describe {
16 /** Standard Ints. */
17 int32_t;
18 };
19
20
21 /* Bogus Struct */
22 [version=0.0]
23 struct PP_Size {
24 /**
25 * Comment for function
26 */
27 [version=0.0] int32_t Foo(int32_t x);
28 /**
29 * Comment for function
30 */
31 [version=1.0] int32_t Foo(int32_t x, int32_t y);
32 /**
33 * Comment for function
34 */
35 [version=2.0] int32_t Foo(int32_t x, int32_t y, int32_t z);
36 };
OLDNEW
« 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