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

Unified Diff: content/browser/BUILD.gn

Issue 1422573008: Plumbing SSLPrivateKey (//net) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing extra tab. Created 5 years, 2 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a334f00988be6911cb0f0cbd305478fd40a10d6a..827d4049fa7444015429e64f96a13eb1da6a08cf 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -45,6 +45,7 @@ source_set("browser") {
"//net:extras",
"//skia",
"//sql",
+ "//third_party/boringssl",
davidben 2015/11/04 00:17:38 Is this needed? (See net/ssl/ssl_platform_key.h co
svaldez 2015/11/04 16:55:51 Done.
"//third_party/mojo/src/mojo/public/cpp/bindings",
"//third_party/npapi",
"//third_party/re2",
@@ -488,10 +489,6 @@ source_set("browser") {
]
}
- if (is_linux) {
- deps += [ "//third_party/boringssl" ]
- }
-
if (enable_mojo_media != "none") {
configs += [ "//media/mojo/services:enable_mojo_media_config" ]
}

Powered by Google App Engine
This is Rietveld 408576698