| Index: sdk/lib/collection/collection_sources.gypi
|
| diff --git a/sdk/lib/collection/collection_sources.gypi b/sdk/lib/collection/collection_sources.gypi
|
| index 37d67be22677a408eb5e9e1a1ebcfd16ae4eaca7..b262c10ebc16779b87751f1a62324aa24d8551c7 100644
|
| --- a/sdk/lib/collection/collection_sources.gypi
|
| +++ b/sdk/lib/collection/collection_sources.gypi
|
| @@ -7,15 +7,11 @@
|
| 'sources': [
|
| 'arrays.dart',
|
| 'collections.dart',
|
| - 'hash_map.dart',
|
| - 'hash_set.dart',
|
| - 'hash_table.dart',
|
| 'iterator.dart',
|
| - 'linked_hash_map.dart',
|
| - 'linked_hash_set.dart',
|
| - 'linked_hash_table.dart',
|
| + 'map.dart',
|
| 'maps.dart',
|
| 'queue.dart',
|
| + 'set.dart',
|
| 'splay_tree.dart',
|
| ],
|
| }
|
|
|