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

Unified Diff: DEPS

Issue 10597002: Check-in rlz code to src\rlz from http://code.google.com/p/rlz/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: update license and try clobber build Created 8 years, 6 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 | rlz/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"),
« no previous file with comments | « no previous file | rlz/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698