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

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

Issue 10918053: Fix lib/core/core.dart and lib/coreimpl/coreimpl.dart files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | lib/coreimpl/coreimpl.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
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.
4
1 #library("dart:core"); 5 #library("dart:core");
2 #import('dart:math'); 6 #import('dart:math');
3 #import("dart:coreimpl"); 7 #import("dart:coreimpl");
4 #source("bool.dart"); 8 #source("bool.dart");
5 #source("collection.dart"); 9 #source("collection.dart");
6 #source("comparable.dart"); 10 #source("comparable.dart");
7 #source("date.dart"); 11 #source("date.dart");
8 #source("double.dart"); 12 #source("double.dart");
9 #source("duration.dart"); 13 #source("duration.dart");
10 #source("errors.dart"); 14 #source("errors.dart");
(...skipping 14 matching lines...) Expand all
25 // TODO: Add num.dart once the editor don't manually add it. 29 // TODO: Add num.dart once the editor don't manually add it.
26 #source("pattern.dart"); 30 #source("pattern.dart");
27 #source("print.dart"); 31 #source("print.dart");
28 #source("queue.dart"); 32 #source("queue.dart");
29 #source("regexp.dart"); 33 #source("regexp.dart");
30 #source("set.dart"); 34 #source("set.dart");
31 #source("stopwatch.dart"); 35 #source("stopwatch.dart");
32 #source("string_buffer.dart"); 36 #source("string_buffer.dart");
33 #source("string.dart"); 37 #source("string.dart");
34 #source("strings.dart"); 38 #source("strings.dart");
OLDNEW
« no previous file with comments | « no previous file | lib/coreimpl/coreimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698