Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(542)

Unified Diff: runtime/bin/BUILD.gn

Issue 1739023005: Don't compile in root certs when SSL is disabled in GN build. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/BUILD.gn
diff --git a/runtime/bin/BUILD.gn b/runtime/bin/BUILD.gn
index 197eb32f91066e2acabac03e76fd4b689533362e..02ba3c4dcfc1316fdb994f80893a377a600990cd 100644
--- a/runtime/bin/BUILD.gn
+++ b/runtime/bin/BUILD.gn
@@ -238,6 +238,7 @@ source_set("gen_snapshot_dart_io") {
custom_sources_filter = [
"*net/nss_memio.cc",
"*net/nss_memio.h",
+ "*root_certificates.cc",
"*secure_socket.cc",
"*secure_socket.h",
"filter.cc",
@@ -292,6 +293,7 @@ source_set("embedded_dart_io") {
custom_sources_filter = [
"*net/nss_memio.cc",
"*net/nss_memio.h",
+ "*root_certificates.cc",
"*secure_socket.cc",
"*secure_socket.h",
"*filter_unsupported.cc",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698