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

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

Issue 1091443003: Move constant systems into their own libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix try/poi/forget_element_test Created 5 years, 8 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
« no previous file with comments | « pkg/compiler/lib/src/mirrors_used.dart ('k') | pkg/compiler/lib/src/ssa/ssa.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../compile_time_constants.dart';
9 import '../constants/expressions.dart'; 10 import '../constants/expressions.dart';
10 import '../constants/values.dart'; 11 import '../constants/values.dart';
11 import '../dart_backend/dart_backend.dart' show DartBackend; 12 import '../dart_backend/dart_backend.dart' show DartBackend;
12 import '../dart_types.dart'; 13 import '../dart_types.dart';
13 import '../dart2jslib.dart'; 14 import '../dart2jslib.dart';
14 import '../tree/tree.dart'; 15 import '../tree/tree.dart';
15 import '../scanner/scannerlib.dart'; 16 import '../scanner/scannerlib.dart';
16 import '../elements/elements.dart'; 17 import '../elements/elements.dart';
17 18
18 import '../elements/modelx.dart' show 19 import '../elements/modelx.dart' show
(...skipping 29 matching lines...) Expand all
48 import '../universe/universe.dart' show CallStructure; 49 import '../universe/universe.dart' show CallStructure;
49 50
50 import 'class_members.dart' show MembersCreator; 51 import 'class_members.dart' show MembersCreator;
51 import 'enum_creator.dart'; 52 import 'enum_creator.dart';
52 import 'secret_tree_element.dart' show getTreeElement, setTreeElement; 53 import 'secret_tree_element.dart' show getTreeElement, setTreeElement;
53 54
54 part 'members.dart'; 55 part 'members.dart';
55 part 'registry.dart'; 56 part 'registry.dart';
56 part 'scope.dart'; 57 part 'scope.dart';
57 part 'signatures.dart'; 58 part 'signatures.dart';
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/mirrors_used.dart ('k') | pkg/compiler/lib/src/ssa/ssa.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698