Index: runtime/bin/BUILD.gn |
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn |
index 03187f89dc6b1ff55d7fb7f7127855a681b86b19..a93770c40f38acd7123d0b83fee7f5043780bd85 100644 |
--- a/runtime/bin/BUILD.gn |
+++ b/runtime/bin/BUILD.gn |
@@ -360,6 +360,9 @@ source_set("embedded_dart_io") { |
"log_win.cc", |
"log.h", |
] |
+ if (is_linux) { |
+ sources += [ "../../third_party/root_certificates/root_certificates.cc"] |
+ } |
include_dirs = [ |
"..", |