Index: sdk/lib/profiler/profiler_sources.gni |
diff --git a/sdk/lib/profiler/profiler_sources.gni b/sdk/lib/profiler/profiler_sources.gni |
new file mode 100644 |
index 0000000000000000000000000000000000000000..adbf4474b120b91b52f2550b2af8764df2ac00bc |
--- /dev/null |
+++ b/sdk/lib/profiler/profiler_sources.gni |
@@ -0,0 +1,8 @@ |
+# 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. |
+ |
+profiler_sdk_sources = [ |
+ "profiler.dart", |
+ # The above file needs to be first if additional parts are added to the lib. |
+] |