diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-25 16:26:15 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-25 16:26:15 +0000 |
commit | a064c810e1c370bc2b357191fc787b89f3caf545 (patch) | |
tree | 3fe002dcb2af5b96d00aee3af3d8a14fffc7bb77 | |
parent | 19720e72464c2981b54ace4000cc4fc05e99f082 (diff) | |
download | chromium_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-- | DEPS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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"), |