dart-sdk/sdk/lib/io/io_sources.gni
Alexander Aprelev f51149eba3 [embedder] Clean up deprecated secure connection enforcement mechanism.
Addresses https://github.com/flutter/flutter/issues/54448
TEST=ci, flutter

Change-Id: If1ea8044cdfa8d593e0cd5b5201c2fbe71dd08ad
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/248220
Commit-Queue: Alexander Aprelev <aam@google.com>
Reviewed-by: Michael Thomsen <mit@google.com>
2022-06-29 16:59:25 +00:00

37 lines
936 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.
io_sdk_sources = [
"io.dart",
# The above file needs to be first if additional parts are added to the lib.
"common.dart",
"data_transformer.dart",
"directory.dart",
"directory_impl.dart",
"embedder_config.dart",
"eventhandler.dart",
"file.dart",
"file_impl.dart",
"file_system_entity.dart",
"io_resource_info.dart",
"io_service.dart",
"io_sink.dart",
"link.dart",
"namespace_impl.dart",
"network_profiling.dart",
"overrides.dart",
"platform.dart",
"platform_impl.dart",
"process.dart",
"secure_server_socket.dart",
"secure_socket.dart",
"security_context.dart",
"service_object.dart",
"socket.dart",
"stdio.dart",
"string_transformer.dart",
"sync_socket.dart",
]