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>
This commit is contained in:
Zach Anderson
2023-12-18 19:40:36 +00:00
parent 63f5b1272b
commit c84edaefe9
10 changed files with 45912 additions and 9 deletions
+1 -1
View File
@@ -488,7 +488,7 @@ template("dart_io") {
if (is_linux || is_win || is_fuchsia) {
if (dart_use_fallback_root_certificates) {
sources += [ "//third_party/root_certificates/root_certificates.cc" ]
deps += [ "../../third_party/fallback_root_certificates" ]
} else {
defines += [ "DART_IO_ROOT_CERTS_DISABLED" ]
}