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

Side by Side Diff: pkg/dev_compiler/tool/input_sdk/lib/html/html_common/html_common.dart

Issue 2752163002: Format all dart dev compiler files (Closed)
Patch Set: Created 3 years, 9 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
2 // for details. All rights reserved. Use of this source code is governed by a 1 // 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. 2 // BSD-style license that can be found in the LICENSE file.
4 3
5 library html_common; 4 library html_common;
6 5
7 import 'dart:async'; 6 import 'dart:async';
8 import 'dart:collection'; 7 import 'dart:collection';
9 import 'dart:html'; 8 import 'dart:html';
10 import 'dart:js' as js; 9 import 'dart:js' as js;
11 import 'dart:_internal' show WhereIterable; 10 import 'dart:_internal' show WhereIterable;
12 import 'dart:nativewrappers'; 11 import 'dart:nativewrappers';
13 import 'dart:typed_data'; 12 import 'dart:typed_data';
14 import 'dart:web_gl' as gl; 13 import 'dart:web_gl' as gl;
15 14
16 import 'metadata.dart'; 15 import 'metadata.dart';
17 export 'metadata.dart'; 16 export 'metadata.dart';
18 17
19 part 'css_class_set.dart'; 18 part 'css_class_set.dart';
20 part 'device.dart'; 19 part 'device.dart';
21 part 'filtered_element_list.dart'; 20 part 'filtered_element_list.dart';
22 part 'lists.dart'; 21 part 'lists.dart';
23 part 'conversions.dart'; 22 part 'conversions.dart';
24 part 'conversions_dartium.dart'; 23 part 'conversions_dartium.dart';
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698