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

Side by Side Diff: lib/core/core.dart

Issue 10890030: Move core and coreimpl from corelib/ to lib/core and lib/coreimpl. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « lib/core/comparable.dart ('k') | lib/core/corelib_sources.gypi » ('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 #library("dart:core");
2 #import('dart:math');
3 #import("dart:coreimpl");
4 #source("bool.dart");
5 #source("collection.dart");
6 #source("comparable.dart");
7 #source("date.dart");
8 #source("double.dart");
9 #source("duration.dart");
10 #source("errors.dart");
11 #source("exceptions.dart");
12 #source("expando.dart");
13 #source("expect.dart");
14 #source("function.dart");
15 #source("future.dart");
16 #source("hashable.dart");
17 #source("int.dart");
18 #source("iterable.dart");
19 #source("iterator.dart");
20 #source("list.dart");
21 #source("map.dart");
22 #source("options.dart");
23 #source("num.dart");
24 #source("object.dart");
25 // TODO: Add num.dart once the editor don't manually add it.
26 #source("pattern.dart");
27 #source("print.dart");
28 #source("queue.dart");
29 #source("regexp.dart");
30 #source("set.dart");
31 #source("stopwatch.dart");
32 #source("string_buffer.dart");
33 #source("string.dart");
34 #source("strings.dart");
OLDNEW
« no previous file with comments | « lib/core/comparable.dart ('k') | lib/core/corelib_sources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698