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

Side by Side Diff: sdk/lib/_internal/compiler/implementation/dart2jslib.dart

Issue 16019002: Merge the dart:uri library into dart:core and update the Uri class (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Final cleanup Created 7 years, 6 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
OLDNEW
1 // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2012, 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 library dart2js; 5 library dart2js;
6 6
7 import 'dart:async'; 7 import 'dart:async';
8 import 'dart:uri';
9 import 'dart:collection' show Queue, LinkedHashMap; 8 import 'dart:collection' show Queue, LinkedHashMap;
10 9
11 import 'closure.dart' as closureMapping; 10 import 'closure.dart' as closureMapping;
12 import 'dart_backend/dart_backend.dart' as dart_backend; 11 import 'dart_backend/dart_backend.dart' as dart_backend;
13 import 'dart_types.dart'; 12 import 'dart_types.dart';
14 import 'elements/elements.dart'; 13 import 'elements/elements.dart';
15 import 'elements/modelx.dart' 14 import 'elements/modelx.dart'
16 show ErroneousElementX, 15 show ErroneousElementX,
17 ClassElementX, 16 ClassElementX,
18 CompilationUnitElementX, 17 CompilationUnitElementX,
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 part 'constant_system_dart.dart'; 53 part 'constant_system_dart.dart';
55 part 'diagnostic_listener.dart'; 54 part 'diagnostic_listener.dart';
56 part 'enqueue.dart'; 55 part 'enqueue.dart';
57 part 'library_loader.dart'; 56 part 'library_loader.dart';
58 part 'resolved_visitor.dart'; 57 part 'resolved_visitor.dart';
59 part 'script.dart'; 58 part 'script.dart';
60 part 'tree_validator.dart'; 59 part 'tree_validator.dart';
61 part 'typechecker.dart'; 60 part 'typechecker.dart';
62 part 'warnings.dart'; 61 part 'warnings.dart';
63 part 'world.dart'; 62 part 'world.dart';
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/dart2js.dart ('k') | sdk/lib/_internal/compiler/implementation/deferred_load.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698