Index: mojo/dart/packages/mojo/sdk_ext_sources.gni |
diff --git a/mojo/dart/packages/mojo/sdk_ext_sources.gni b/mojo/dart/packages/mojo/sdk_ext_sources.gni |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6963ae1b9e2c56c692fd219140266e7619776a26 |
--- /dev/null |
+++ b/mojo/dart/packages/mojo/sdk_ext_sources.gni |
@@ -0,0 +1,14 @@ |
+# Copyright 2015 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+import("//mojo/public/mojo_sdk.gni") |
+ |
+# The list of sdk extension sources for dart:mojo.internal |
+dart_mojo_internal_sdk_sources = [ |
+ "sdk_ext/internal.dart", |
+ "sdk_ext/src/handle_watcher.dart", |
+ "sdk_ext/src/natives.dart", |
+ "sdk_ext/src/timer_queue.dart", |
+ "sdk_ext/src/wait_many_state.dart", |
+] |