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

Unified Diff: shell/BUILD.gn

Issue 979773002: Revert "Make mojo_shell depend on NSS on Linux." (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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: shell/BUILD.gn
diff --git a/shell/BUILD.gn b/shell/BUILD.gn
index 34d4d8377c2783351ab796efee350336660b1531..599923e2f1f2def0c65fb9f85582ba0976d66190 100644
--- a/shell/BUILD.gn
+++ b/shell/BUILD.gn
@@ -79,10 +79,6 @@ if (!use_prebuilt_mojo_shell) {
"//ui/gl",
]
}
-
- if (is_linux) {
- public_configs = [ "//third_party/nss:system_nss_no_ssl_config" ]
- }
}
} # !use_prebuilt_mojo_shell
« 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