Chromium Code Reviews| Index: dart/sdk/lib/async/async_sources.gypi |
| diff --git a/dart/sdk/lib/async/async_sources.gypi b/dart/sdk/lib/async/async_sources.gypi |
| index 549a749a72ff0d997fe05b4608797407a9edbde9..d297cae1457e50db1202014674941d092474c5c4 100644 |
| --- a/dart/sdk/lib/async/async_sources.gypi |
| +++ b/dart/sdk/lib/async/async_sources.gypi |
| @@ -7,6 +7,7 @@ |
| 'sources': [ |
| 'async_error.dart', |
| 'collection_sink.dart', |
| + 'deferred_load.dart', |
| 'future.dart', |
| 'future_impl.dart', |
| 'stream.dart', |
| @@ -16,4 +17,3 @@ |
| 'timer.dart', |
| ], |
| } |
| - |