Skip to content

Commit

Permalink
Create a DEPS file for PyAuto functional tests.
Browse files Browse the repository at this point in the history
This will make it easier to setup a working copy with just the portions
really needed for running pyauto.
Something like:
  gclient config svn://svn.chromium.org/chrome/trunk/src/chrome/test/functional
  gclient sync

BUG=
TEST=

Review URL: http://codereview.chromium.org/3971002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63383 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
nirnimesh@chromium.org committed Oct 21, 2010
1 parent ced0e55 commit ff66f9d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions chrome/test/functional/DEPS
Original file line number Diff line number Diff line change
@@ -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',
'third_party/simplejson': '/trunk/third_party/simplejson',
}

deps_os = {
'win': {
'src/third_party/python_24': '/trunk/deps/third_party/python_24@22967',
}
}

0 comments on commit ff66f9d

Please sign in to comment.