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

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

Issue 11475020: Revert "Add @deprecated and @override to core." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Just remove the @deprecated, not the other changes to html. Created 8 years 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
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("dart:core"); 5 #library("dart:core");
6 6
7 #import("dart:collection"); 7 #import("dart:collection");
8 8
9 #source("bool.dart"); 9 #source("bool.dart");
10 #source("collection.dart"); 10 #source("collection.dart");
(...skipping 10 matching lines...) Expand all
21 #source("future_impl.dart"); 21 #source("future_impl.dart");
22 #source("hashable.dart"); 22 #source("hashable.dart");
23 #source("identical.dart"); 23 #source("identical.dart");
24 #source("int.dart"); 24 #source("int.dart");
25 #source("invocation_mirror.dart"); 25 #source("invocation_mirror.dart");
26 #source("iterable.dart"); 26 #source("iterable.dart");
27 #source("iterator.dart"); 27 #source("iterator.dart");
28 #source("list.dart"); 28 #source("list.dart");
29 #source("map.dart"); 29 #source("map.dart");
30 #source("num.dart"); 30 #source("num.dart");
31 #source("metadata.dart");
32 #source("object.dart"); 31 #source("object.dart");
33 #source("options.dart"); 32 #source("options.dart");
34 #source("pattern.dart"); 33 #source("pattern.dart");
35 #source("print.dart"); 34 #source("print.dart");
36 #source("queue.dart"); 35 #source("queue.dart");
37 #source("regexp.dart"); 36 #source("regexp.dart");
38 #source("sequences.dart"); 37 #source("sequences.dart");
39 #source("set.dart"); 38 #source("set.dart");
40 #source("sort.dart"); 39 #source("sort.dart");
41 #source("stopwatch.dart"); 40 #source("stopwatch.dart");
42 #source("string.dart"); 41 #source("string.dart");
43 #source("string_buffer.dart"); 42 #source("string_buffer.dart");
44 #source("strings.dart"); 43 #source("strings.dart");
45 #source("type.dart"); 44 #source("type.dart");
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698