Index: sdk/lib/isolate/isolate_sources.gni |
diff --git a/sdk/lib/isolate/isolate_sources.gni b/sdk/lib/isolate/isolate_sources.gni |
new file mode 100644 |
index 0000000000000000000000000000000000000000..8af8ba1e553c4558f65b1292975d65560e327ce9 |
--- /dev/null |
+++ b/sdk/lib/isolate/isolate_sources.gni |
@@ -0,0 +1,10 @@ |
+# 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. |
+ |
+isolate_sdk_sources = [ |
+ "isolate.dart", |
+ |
+ # The above file needs to be first as it lists the parts below. |
+ "capability.dart", |
+] |