[vm] Create a gni listing vm internal dart sources.

This is needed by flutter engine when it packages dart sdk sources.

Fixes https://github.com/flutter/flutter/issues/128880
TEST=manually flutter build

Change-Id: If3fce581e997eea44e4d377172ab9ce573bb1508
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/348180
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Commit-Queue: Alexander Aprelev <aam@google.com>
This commit is contained in:
Alexander Aprelev
2024-01-26 22:04:04 +00:00
committed by Commit Queue
parent 8f48cbcccb
commit 55310a1c70
+58
View File
@@ -0,0 +1,58 @@
# Copyright (c) 2024, 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 vm-specific sources for various 'dart:' libraries.
vm_internal_sdk_sources = [
"array.dart",
"async_patch.dart",
"class_id_fasta.dart",
"convert_patch.dart",
"core_patch.dart",
"developer.dart",
"double.dart",
"double_patch.dart",
"empty_source.dart",
"errors_patch.dart",
"expando_patch.dart",
"ffi_allocation_patch.dart",
"ffi_dynamic_library_patch.dart",
"ffi_native_finalizer_patch.dart",
"ffi_native_type_patch.dart",
"ffi_patch.dart",
"ffi_struct_patch.dart",
"finalizer_patch.dart",
"function.dart",
"function_patch.dart",
"growable_array.dart",
"hash_factories.dart",
"identical_patch.dart",
"immutable_map.dart",
"integers.dart",
"internal_patch.dart",
"invocation_mirror_patch.dart",
"isolate_patch.dart",
"lib_prefix.dart",
"math_patch.dart",
"mirror_reference.dart",
"mirrors_impl.dart",
"mirrors_patch.dart",
"object_patch.dart",
"print_patch.dart",
"profiler.dart",
"record_patch.dart",
"regexp_patch.dart",
"schedule_microtask_patch.dart",
"stacktrace.dart",
"stopwatch_patch.dart",
"string_patch.dart",
"symbol_patch.dart",
"timeline.dart",
"timer_impl.dart",
"timer_patch.dart",
"type_patch.dart",
"typed_data_patch.dart",
"uri_patch.dart",
"weak_property.dart",
]