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

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: pneubeck comments 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
« no previous file with comments | « chrome/browser/chromeos/platform_keys/platform_keys_nss.cc ('k') | components/ownership/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
Cait (Slow) 2015/05/01 14:04:01 Why are we including this here, but not in the cor
Ryan Sleevi 2015/05/01 14:07:41 The target is different in BUILD.gn because we cou
+ ],
+ }],
],
}],
}
« no previous file with comments | « chrome/browser/chromeos/platform_keys/platform_keys_nss.cc ('k') | components/ownership/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698