From ea43598b4bd3ada488faa6fe1d484c8638617f45 Mon Sep 17 00:00:00 2001 From: "nirnimesh@chromium.org" Date: Thu, 21 Oct 2010 22:34:08 +0000 Subject: Create a separate .DEPS dir for pyauto DEPS file Apparently putting DEPS in functional dir messes up the checkout on the official pyauto bots (causing re-definition). Moving to a separate location. BUG= TEST= Review URL: http://codereview.chromium.org/3997004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63441 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/functional.DEPS/DEPS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 chrome/test/functional.DEPS/DEPS (limited to 'chrome/test/functional.DEPS') diff --git a/chrome/test/functional.DEPS/DEPS b/chrome/test/functional.DEPS/DEPS new file mode 100644 index 0000000..61e105f --- /dev/null +++ b/chrome/test/functional.DEPS/DEPS @@ -0,0 +1,14 @@ + + +deps = { + 'src/chrome/test/data': '/trunk/src/chrome/test/data', + 'src/chrome/test/pyautolib': '/trunk/src/chrome/test/pyautolib', + 'src/chrome/test/functional': '/trunk/src/chrome/test/functional', + 'src/third_party/simplejson': '/trunk/src/third_party/simplejson', +} + +deps_os = { + 'win': { + 'src/third_party/python_24': '/trunk/deps/third_party/python_24@22967', + } +} -- cgit v1.1