dart-sdk/third_party/fallback_root_certificates/BUILD.gn
Zach Anderson c84edaefe9 Check in //third_party/root_certificates.
No one could remember why this code was in a separate repo, and
checking it in to the SDK repo will make eliminating the
flutter buildroot repo a tiny bit easier.

TEST=It builds.
Change-Id: Ia34ca0c284fee1dd1734f45ef7acb9dd5cde808c
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/342083
Reviewed-by: Ryan Macnak <rmacnak@google.com>
Reviewed-by: Siva Annamalai <asiva@google.com>
Reviewed-by: Brian Quinlan <bquinlan@google.com>
2023-12-18 19:40:36 +00:00

15 lines
519 B
Plaintext

# Copyright (c) 2023, 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.
source_set("fallback_root_certificates") {
configs += [
"../../runtime:dart_arch_config",
"../../runtime:dart_config",
"../../runtime:dart_os_config",
]
public_configs = [ "../../runtime:dart_public_config" ]
include_dirs = [ "../../runtime" ]
sources = [ "root_certificates.cc" ]
}