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

Unified Diff: DEPS

Issue 506743002: Replace repeated git hashes with DEPS variables. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 4 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 9621e18b6c31b9a3db131970ab9d1ea94099325e..1e8cfd24e3a03e04b91c55823961c48145cc0234 100644
--- a/DEPS
+++ b/DEPS
@@ -20,6 +20,7 @@
vars = {
# Use this googlecode_url variable only if there is an internal mirror for it.
# If you do not know, use the full path while defining your new deps entry.
+ 'nss_revision': 'e2e35dbd9b41c0e5cb8485f13831cd61eb484196',
wtc 2014/08/25 22:17:23 The comment before this line describes the googlec
szager1 2014/08/25 22:21:21 Done.
'googlecode_url': 'http://%s.googlecode.com/svn',
'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code',
'llvm_url': 'http://src.chromium.org/llvm-project',
@@ -321,7 +322,7 @@ deps_os = {
# NSS, for SSLClientSocketNSS.
'src/third_party/nss':
- Var('chromium_git') + '/chromium/deps/nss.git' + '@' + 'e2e35dbd9b41c0e5cb8485f13831cd61eb484196',
+ Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'),
'src/third_party/swig/win':
Var('chromium_git') + '/chromium/deps/swig/win.git' + '@' + '986f013ba518541adf5c839811efb35630a31031',
@@ -346,7 +347,7 @@ deps_os = {
Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + '704fb56df6a9a0884801045a158e021945d9d991',
'src/third_party/nss':
- Var('chromium_git') + '/chromium/deps/nss.git' + '@' + 'e2e35dbd9b41c0e5cb8485f13831cd61eb484196',
+ Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'),
# class-dump utility to generate header files for undocumented SDKs
'src/testing/iossim/third_party/class-dump':
@@ -410,7 +411,7 @@ deps_os = {
# NSS, for SSLClientSocketNSS.
'src/third_party/nss':
- Var('chromium_git') + '/chromium/deps/nss.git' + '@' + 'e2e35dbd9b41c0e5cb8485f13831cd61eb484196',
+ Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'),
'src/chrome/installer/mac/third_party/xz/xz':
Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2641376bce7cdbc7284f7',
« 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