| Index: runtime/lib/async_sources.gni
|
| diff --git a/runtime/lib/async_sources.gni b/runtime/lib/async_sources.gni
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..1620f740f2d0e97e22be86a729e00a0007bf9838
|
| --- /dev/null
|
| +++ b/runtime/lib/async_sources.gni
|
| @@ -0,0 +1,12 @@
|
| +# Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
|
| +# for details. All rights reserved. Use of this source code is governed by a
|
| +# BSD-style license that can be found in the LICENSE file.
|
| +
|
| +# This file contains all sources for the dart:async library.
|
| +async_runtime_sources = [
|
| + "async_patch.dart",
|
| + "deferred_load_patch.dart",
|
| + "schedule_microtask_patch.dart",
|
| + "timer_patch.dart",
|
| + "async.cc",
|
| +]
|
|
|