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