95f5efc697
Ffi native interface should be faster, more effecient for Dart->C++ communication, so switching to it. TEST=ci Change-Id: I9e1d18a666737799194c0435c300e4b81783c0ec Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/377541 Commit-Queue: Alexander Aprelev <aam@google.com> Reviewed-by: Daco Harkes <dacoharkes@google.com>
6 lines
264 B
Plaintext
6 lines
264 B
Plaintext
# 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.
|
|
|
|
concurrent_runtime_cc_files = [ "concurrent.cc" ]
|