summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-25 16:26:15 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-25 16:26:15 +0000
commita064c810e1c370bc2b357191fc787b89f3caf545 (patch)
tree3fe002dcb2af5b96d00aee3af3d8a14fffc7bb77
parent19720e72464c2981b54ace4000cc4fc05e99f082 (diff)
downloadchromium_src-a064c810e1c370bc2b357191fc787b89f3caf545.zip
chromium_src-a064c810e1c370bc2b357191fc787b89f3caf545.tar.gz
chromium_src-a064c810e1c370bc2b357191fc787b89f3caf545.tar.bz2
Move lighttpd revision into a DEPS variable.
Also synchronize the version used between Win and Mac. Mac was 10 revisions ahead, which includes some Mac specific files. It's less confusing to have the same revision even though it makes the Win checkout 716K larger. BUG=None R=ajwong@chromium.org Review URL: https://codereview.chromium.org/24331014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225193 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--DEPS5
1 files changed, 3 insertions, 2 deletions
diff --git a/DEPS b/DEPS
index c5df038..c68d1de 100644
--- a/DEPS
+++ b/DEPS
@@ -29,6 +29,7 @@ vars = {
"ffmpeg_hash": "5879ccd47e649bf2dfaec45f02ec5517bd3621d2",
"sfntly_revision": "134",
+ "lighttpd_revision": "33737",
"skia_revision": "11429",
"skia_hash": "6ae638c32047ce3ad550b06b0bc9b1e84a413c2a",
# Three lines of non-changing comments so that
@@ -279,7 +280,7 @@ deps_os = {
"/trunk/deps/third_party/perl@147900",
"src/third_party/lighttpd":
- "/trunk/deps/third_party/lighttpd@33727",
+ "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
# Chrome Frame related deps
"src/third_party/xulrunner-sdk":
@@ -384,7 +385,7 @@ deps_os = {
"src/third_party/pdfsqueeze":
(Var("googlecode_url") % "pdfsqueeze") + "/trunk@5",
"src/third_party/lighttpd":
- "/trunk/deps/third_party/lighttpd@33737",
+ "/trunk/deps/third_party/lighttpd@" + Var("lighttpd_revision"),
"src/third_party/swig/mac":
"/trunk/deps/third_party/swig/mac@" + Var("swig_revision"),