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

Unified Diff: components/ownership.gypi

Issue 1106103003: Don't use RSAPrivateKey in NSS integration code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ocsp-refactor
Patch Set: avoid exposing NSS through net headers (unnecessary) Created 5 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
Index: components/ownership.gypi
diff --git a/components/ownership.gypi b/components/ownership.gypi
index 0b95fe22930606b1209ba642c2d35b70a2eb4d70..478425971d1f9e4a551d29f8b256dcbeb579b18d 100644
--- a/components/ownership.gypi
+++ b/components/ownership.gypi
@@ -35,6 +35,11 @@
'<(DEPTH)/components/components.gyp:policy',
],
}],
+ ['use_nss_certs==1', {
+ 'dependencies': [
+ '../build/linux/system.gyp:ssl',
+ ],
+ }],
],
}],
}

Powered by Google App Engine
This is Rietveld 408576698