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

Unified Diff: content/test/BUILD.gn

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 8 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 | « content/browser/browser_main_loop.cc ('k') | crypto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index ed2db4ebf6972af468fc1f7a3c1fa7ab6ba8e32f..9e23c65a465595151164f528157d93c238568310 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -868,7 +868,7 @@ test("content_unittests") {
[ "../browser/compositor/software_output_device_ozone_unittest.cc" ]
}
- if (is_mac && use_openssl) {
+ if (is_mac) {
deps += [ "//third_party/boringssl" ]
}
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | crypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698