Chromium Code Reviews| Index: runtime/lib/lib_impl_sources.gypi |
| diff --git a/runtime/lib/lib_impl_sources.gypi b/runtime/lib/lib_impl_sources.gypi |
| index 9a78d1bba74b3db448d11979e0e614623ac22d9d..ce7e987a2b0dfe9c3b0b317d36bc8d853ee53874 100644 |
| --- a/runtime/lib/lib_impl_sources.gypi |
| +++ b/runtime/lib/lib_impl_sources.gypi |
| @@ -13,6 +13,7 @@ |
| 'date_patch.dart', |
| 'double.cc', |
| 'double.dart', |
| + 'expando_patch.dart', |
| 'growable_array.cc', |
| 'growable_array.dart', |
| 'immutable_map.dart', |
| @@ -27,5 +28,7 @@ |
| 'stopwatch_patch.dart', |
| 'string.cc', |
| 'string.dart', |
| + 'weak_property.dart', |
| + 'weak_property.cc', |
| ], |
| } |