OLD | NEW |
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:coreimpl"); | 5 #library("dart:coreimpl"); |
6 | 6 |
7 #import("dart:collection"); | 7 #import("dart:collection"); |
8 | 8 |
9 #source("hash_map_set.dart"); | 9 #source("hash_map_set.dart"); |
10 #source("linked_hash_map.dart"); | 10 #source("linked_hash_map.dart"); |
11 #source("list.dart"); | 11 #source("list.dart"); |
12 #source("queue.dart"); | 12 #source("queue.dart"); |
13 #source("regexp.dart"); | 13 #source("regexp.dart"); |
14 #source("splay_tree.dart"); | |
15 #source("stopwatch_implementation.dart"); | 14 #source("stopwatch_implementation.dart"); |
16 #source("string.dart"); | 15 #source("string.dart"); |
OLD | NEW |