Index: DEPS |
=================================================================== |
--- DEPS (revision 143278) |
+++ DEPS (working copy) |
@@ -63,7 +63,6 @@ |
"webrtc_revision": "2406", |
"jsoncpp_revision": "248", |
"nss_revision": "142261", |
- "rlz_revision": "132", |
} |
deps = { |
@@ -386,9 +385,6 @@ |
(Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + |
Var("nacl_tools_revision")), |
- "src/rlz": |
- (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"), |
- |
# Dependencies used by libjpeg-turbo |
"src/third_party/yasm/binaries": |
"/trunk/deps/third_party/yasm/binaries@74228", |
@@ -416,9 +412,6 @@ |
"src/third_party/swig/mac": |
"/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
- "src/rlz": |
- (Var("googlecode_url") % "rlz") + "/trunk@" + Var("rlz_revision"), |
- |
# NSS, for SSLClientSocketNSS. |
"src/third_party/nss": |
"/trunk/deps/third_party/nss@" + Var("nss_revision"), |