dart-sdk/runtime/lib/core_sources.gni
asiva 7c1821c4aa [NNBD/VM] Restructure VM patch files for the NNBD dart sdk split
- Move all VM patch files from the lib directory to
sdk/lib/_internal/vm/lib
- Move all VM patch files from the bin directory to
sdk/lib/_internal/vm/bin
- Fixed paths for above patch files in libraries.yaml file.
- Created copies of these patch files in sdk_nnbd directory
- Cleaned up *.gni files by removing the unused dart patch files lists.

Change-Id: I3109d22f3b729a073a6b40175a0d29162a455830
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/117685
Reviewed-by: Régis Crelier <regis@google.com>
Commit-Queue: Siva Annamalai <asiva@google.com>
2019-09-19 03:57:30 +00:00

27 lines
586 B
Plaintext

# 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.
# Sources visible via default library.
core_runtime_cc_files = [
"array.cc",
"bool.cc",
"date.cc",
"double.cc",
"errors.cc",
"function.cc",
"growable_array.cc",
"identical.cc",
"integers.cc",
"invocation_mirror.h",
"object.cc",
"regexp.cc",
"stacktrace.cc",
"stacktrace.h",
"stopwatch.cc",
"string.cc",
"uri.cc",
"weak_property.cc",
]