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

Unified Diff: DEPS

Issue 206453002: Introduce USE_OPENSSL_CERTS for certificate handling. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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 | build/common.gypi » ('j') | build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 5661d0e13c33aa18809dfb7a116b2146709306e6..052bf6e1060284a12acba37c7ad556b6d707b24b 100644
--- a/DEPS
+++ b/DEPS
@@ -448,6 +448,9 @@ deps_os = {
"src/third_party/nss":
"/trunk/deps/third_party/nss@" + Var("nss_revision"),
+ "src/third_party/openssl":
+ "/trunk/deps/third_party/openssl@" + Var("openssl_revision"),
mattm 2014/03/20 23:40:24 Is this necessary? It's already part of the top le
haavardm 2014/03/21 13:08:21 I can try to remove it from a clean checkout. Howe
mattm 2014/03/21 19:35:23 NSS is not in the top level deps, since linux uses
Ryan Sleevi 2014/03/21 19:47:51 Because on Win/Mac/iOS, we build all of NSS & NSPR
haavardm 2014/03/24 18:48:52 Done.
+
"src/chrome/installer/mac/third_party/xz/xz":
"/trunk/deps/third_party/xz@233311",
},
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698