diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 20:47:54 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-04 20:47:54 +0000 |
commit | b2eb6f176ead1010c82121995b825f67020e29b3 (patch) | |
tree | 1853fbf3b2b6e9c62aae1490938cf1ef7b2b43af /DEPS | |
parent | 04a3942cf4419e0f21105934e92168583e1d49c4 (diff) | |
download | chromium_src-b2eb6f176ead1010c82121995b825f67020e29b3.zip chromium_src-b2eb6f176ead1010c82121995b825f67020e29b3.tar.gz chromium_src-b2eb6f176ead1010c82121995b825f67020e29b3.tar.bz2 |
Move reference builds into DEPS.
Large binaries shouldn't be in the main tree and since I was about to
update the reference builds for Linux, I thought that I would take a
moment to move them into DEPS.
R=tony
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25509 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,9 @@ deps = { "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + Var("webkit_revision"), + + "src/chrome/tools/test/reference_build": + "/trunk/deps/reference_builds@25506", } |