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

Side by Side Diff: tools/json_schema_compiler/dart_test/enums.dart

Issue 23549025: Clean up JSON Schema Compiler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 3 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
OLDNEW
1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // Generated from namespace: empty_namespace 5 // Generated from namespace: enums
6 6
7 part of chrome; 7 part of chrome;
8
9 /**
10 * Types
11 */
12
8 /** 13 /**
9 * Functions 14 * Functions
10 */ 15 */
11 16
12 class API_empty_namespace { 17 class API_enums {
13 /* 18 /*
14 * API connection 19 * API connection
15 */ 20 */
16 Object _jsObject; 21 Object _jsObject;
17 API_empty_namespace(this._jsObject) { 22 API_enums(this._jsObject) {
18 } 23 }
19 } 24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698