summaryrefslogtreecommitdiffstats
path: root/chrome/test/functional.DEPS
diff options
context:
space:
mode:
authornirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 22:34:08 +0000
committernirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 22:34:08 +0000
commitea43598b4bd3ada488faa6fe1d484c8638617f45 (patch)
tree52c82455dc40ecb8b583ec1305ab916be999311f /chrome/test/functional.DEPS
parent54ec7f8cd6b5ea90c745b1b9ae2c271ec7f3549b (diff)
downloadchromium_src-ea43598b4bd3ada488faa6fe1d484c8638617f45.zip
chromium_src-ea43598b4bd3ada488faa6fe1d484c8638617f45.tar.gz
chromium_src-ea43598b4bd3ada488faa6fe1d484c8638617f45.tar.bz2
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
Diffstat (limited to 'chrome/test/functional.DEPS')
-rw-r--r--chrome/test/functional.DEPS/DEPS14
1 files changed, 14 insertions, 0 deletions
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',
+ }
+}