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

Side by Side Diff: pkg/compiler/lib/src/resolution/resolution.dart

Issue 694353007: Move dart2js from sdk/lib/_internal/compiler to pkg/compiler (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 resolution; 5 library resolution;
6 6
7 import 'dart:collection' show Queue; 7 import 'dart:collection' show Queue;
8 8
9 import '../constants/expressions.dart'; 9 import '../constants/expressions.dart';
10 import '../constants/values.dart'; 10 import '../constants/values.dart';
(...skipping 29 matching lines...) Expand all
40 import '../ordered_typeset.dart' show OrderedTypeSet, OrderedTypeSetBuilder; 40 import '../ordered_typeset.dart' show OrderedTypeSet, OrderedTypeSetBuilder;
41 import '../util/util.dart'; 41 import '../util/util.dart';
42 42
43 import 'class_members.dart' show MembersCreator; 43 import 'class_members.dart' show MembersCreator;
44 import 'secret_tree_element.dart' show getTreeElement, setTreeElement; 44 import 'secret_tree_element.dart' show getTreeElement, setTreeElement;
45 45
46 part 'members.dart'; 46 part 'members.dart';
47 part 'registry.dart'; 47 part 'registry.dart';
48 part 'scope.dart'; 48 part 'scope.dart';
49 part 'signatures.dart'; 49 part 'signatures.dart';
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/resolution/registry.dart ('k') | pkg/compiler/lib/src/resolution/scope.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698