summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-04 20:47:54 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-04 20:47:54 +0000
commitb2eb6f176ead1010c82121995b825f67020e29b3 (patch)
tree1853fbf3b2b6e9c62aae1490938cf1ef7b2b43af /DEPS
parent04a3942cf4419e0f21105934e92168583e1d49c4 (diff)
downloadchromium_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--DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 1f23304..32a2455 100644
--- a/DEPS
+++ b/DEPS
@@ -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",
}