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

Side by Side Diff: compiler/lib/corelib.dart

Issue 9702034: Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: junit tests fixed Created 8 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 | Annotate | Revision Log
« no previous file with comments | « compiler/lib/clock.dart ('k') | compiler/lib/corelib_impl.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/usr/bin/env dart
2 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
3 // for details. All rights reserved. Use of this source code is governed by a
4 // BSD-style license that can be found in the LICENSE file.
5
6 #library("corelib");
7 #import("corelib_impl.dart");
8
9 #source("clock.dart");
10 #source("error.dart");
11 #source("object.dart");
12 #source("print.dart");
13 #source("src/bool.dart");
14 #source("src/collection.dart");
15 #source("src/comparable.dart");
16 #source("src/date.dart");
17 #source("src/double.dart");
18 #source("src/duration.dart");
19 #source("src/exceptions.dart");
20 #source("src/expect.dart");
21 #source("src/function.dart");
22 #source("src/future.dart");
23 #source("src/hashable.dart");
24 #source("src/int.dart");
25 #source("src/iterable.dart");
26 #source("src/iterator.dart");
27 #source("src/list.dart");
28 #source("src/map.dart");
29 #source("src/math.dart");
30 #source("src/num.dart");
31 #source("src/pattern.dart");
32 #source("src/queue.dart");
33 #source("src/regexp.dart");
34 #source("src/set.dart");
35 #source("src/stopwatch.dart");
36 #source("src/string.dart");
37 #source("src/strings.dart");
38 #source("src/string_buffer.dart");
39 #source("src/time_zone.dart");
40 #source("coverage.dart");
OLDNEW
« no previous file with comments | « compiler/lib/clock.dart ('k') | compiler/lib/corelib_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698