Skip to content

Commit 4201a37

Browse files
jason-simmonsCommit Queue
authored andcommitted
[vm] Create a list of vm/bin sources so they can be packaged into Flutter's build output
See flutter/flutter#168004 TEST=manual build of Flutter Bug: 168004 Change-Id: Ia405f486b285497445d6c7106f54fb7663dbb871 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/425760 Commit-Queue: Jason Simmons <[email protected]> Reviewed-by: Alexander Aprelev <[email protected]>
1 parent 40d52d5 commit 4201a37

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
2+
# for details. All rights reserved. Use of this source code is governed by a
3+
# BSD-style license that can be found in the LICENSE file.
4+
5+
# This file contains vm-specific sources for various 'dart:' libraries.
6+
7+
vm_internal_bin_sources = [
8+
"builtin.dart",
9+
"common_patch.dart",
10+
"directory_patch.dart",
11+
"eventhandler_patch.dart",
12+
"file_patch.dart",
13+
"file_system_entity_patch.dart",
14+
"filter_patch.dart",
15+
"io_service_patch.dart",
16+
"namespace_patch.dart",
17+
"platform_patch.dart",
18+
"process_patch.dart",
19+
"resident_compiler_utils.dart",
20+
"secure_socket_patch.dart",
21+
"socket_patch.dart",
22+
"stdio_patch.dart",
23+
"sync_socket_patch.dart",
24+
"vmservice_io.dart",
25+
"vmservice_server.dart",
26+
]

0 commit comments

Comments
 (0)