diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 22:02:38 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-03 22:02:38 +0000 |
commit | 5b30d47c000ce1a1ae4832cb7f562e1c138d63a1 (patch) | |
tree | e1857a199c074f746c0b8ee1b0c5c99cf186d416 /DEPS | |
parent | ebdb699e0d1b6eaa9425061ac182ecfb46a53c7c (diff) | |
download | chromium_src-5b30d47c000ce1a1ae4832cb7f562e1c138d63a1.zip chromium_src-5b30d47c000ce1a1ae4832cb7f562e1c138d63a1.tar.gz chromium_src-5b30d47c000ce1a1ae4832cb7f562e1c138d63a1.tar.bz2 |
Move lighttpd to deps. Step 2: remove from trunk/src and update
DEPS for mac and win to pull from trunk/deps/third_party.
Review URL: http://codereview.chromium.org/460051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33730 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -109,6 +109,9 @@ deps_os = { "src/third_party/python_24": "/trunk/deps/third_party/python_24@22967", + "src/third_party/lighttpd": + "/trunk/deps/third_party/lighttpd@33727", + "src/third_party/ffmpeg/binaries/chromium/win/ia32": "/trunk/deps/third_party/ffmpeg/binaries/win@" + Var("ffmpeg_revision"), @@ -127,6 +130,9 @@ deps_os = { "http://google-toolbox-for-mac.googlecode.com/svn/trunk@259", "src/third_party/pdfsqueeze": "http://pdfsqueeze.googlecode.com/svn/trunk@2", + "src/third_party/lighttpd": + "/trunk/deps/third_party/lighttpd@33727", + "src/third_party/WebKit/WebKit/mac": Var("webkit_trunk") + "/WebKit/mac@" + Var("webkit_revision"), "src/third_party/WebKit/WebKitLibraries": |