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

Unified Diff: DEPS

Issue 10694114: Add NSS to the iOS pull, rolling NSS 144018:145873 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebased Created 8 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 778842c746f66ea3a845b7239e96632eb8cd9ff5..202bcc52ce6df7fcf77c66b862ed506d9e782bec 100644
--- a/DEPS
+++ b/DEPS
@@ -64,7 +64,7 @@ vars = {
"v8_revision": "12029",
"webrtc_revision": "2486",
"jsoncpp_revision": "248",
- "nss_revision": "144018",
+ "nss_revision": "145873",
}
deps = {
@@ -404,6 +404,9 @@ deps_os = {
"src/third_party/GTM":
(Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" +
Var("gtm_revision"),
+
+ "src/third_party/nss":
+ "/trunk/deps/third_party/nss@" + Var("nss_revision"),
},
"mac": {
"src/chrome/tools/test/reference_build/chrome_mac":
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698