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

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

Issue 134463006: Rebase the Dart Generator test files for 2014. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 11 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) 2014, 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: dictionaries 5 // Generated from namespace: dictionaries
6 6
7 part of chrome; 7 part of chrome;
8 8
9 /** 9 /**
10 * Types 10 * Types
11 */ 11 */
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 */ 226 */
227 227
228 class API_dictionaries { 228 class API_dictionaries {
229 /* 229 /*
230 * API connection 230 * API connection
231 */ 231 */
232 Object _jsObject; 232 Object _jsObject;
233 API_dictionaries(this._jsObject) { 233 API_dictionaries(this._jsObject) {
234 } 234 }
235 } 235 }
OLDNEW
« no previous file with comments | « tools/json_schema_compiler/dart_test/comments.dart ('k') | tools/json_schema_compiler/dart_test/empty_namespace.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698