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

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

Issue 1348063002: Make the universe parts into small libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | pkg/compiler/lib/src/common/codegen.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) 2013, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2013, 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.common; 5 library dart2js.common;
6 6
7 7
8 export 'common/names.dart' show
9 Names;
10
8 export 'common/tasks.dart' show 11 export 'common/tasks.dart' show
9 CompilerTask; 12 CompilerTask;
10 13
11 export 'compiler.dart' show 14 export 'compiler.dart' show
12 Compiler; 15 Compiler;
13 16
14 export 'constants/values.dart' show 17 export 'constants/values.dart' show
15 ConstantValue, 18 ConstantValue,
16 InterceptorConstantValue, 19 InterceptorConstantValue,
17 NullConstantValue, 20 NullConstantValue,
(...skipping 28 matching lines...) Expand all
46 49
47 export 'resolution/resolution.dart' show 50 export 'resolution/resolution.dart' show
48 TreeElements; 51 TreeElements;
49 52
50 export 'tree/tree.dart' show 53 export 'tree/tree.dart' show
51 Node; 54 Node;
52 55
53 export 'types/types.dart' show 56 export 'types/types.dart' show
54 TypeMask; 57 TypeMask;
55 58
56 export 'universe/universe.dart' show 59 export 'universe/call_structure.dart' show
57 CallStructure, 60 CallStructure;
58 Selector, 61
59 SelectorKind; 62 export 'universe/selector.dart' show
63 Selector;
60 64
61 export 'util/util.dart' show 65 export 'util/util.dart' show
62 Link; 66 Link;
OLDNEW
« no previous file with comments | « no previous file | pkg/compiler/lib/src/common/codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698