diff options
author | imasaki@chromium.org <imasaki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 03:10:39 +0000 |
---|---|---|
committer | imasaki@chromium.org <imasaki@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-28 03:10:39 +0000 |
commit | ca471bc72de25dcbec61223440185485d3da3675 (patch) | |
tree | e330e8d8a9cd319ee8a5f0728deb3240b88fc593 /chrome/test/functional.DEPS | |
parent | 868d12187e2e797a501344925876bdfe05e08034 (diff) | |
download | chromium_src-ca471bc72de25dcbec61223440185485d3da3675.zip chromium_src-ca471bc72de25dcbec61223440185485d3da3675.tar.gz chromium_src-ca471bc72de25dcbec61223440185485d3da3675.tar.bz2 |
Add psutil in functional.DEPS/DEPS and fix package issue.
Review URL: http://codereview.chromium.org/6904070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional.DEPS')
-rw-r--r-- | chrome/test/functional.DEPS/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/functional.DEPS/DEPS b/chrome/test/functional.DEPS/DEPS index 6d5f2ff..92a4337 100644 --- a/chrome/test/functional.DEPS/DEPS +++ b/chrome/test/functional.DEPS/DEPS @@ -8,6 +8,7 @@ deps = { 'src/third_party/pyftpdlib': '/trunk/src/third_party/pyftpdlib', 'src/third_party/simplejson': '/trunk/src/third_party/simplejson', 'src/third_party/tlslite': '/trunk/src/third_party/tlslite', + 'src/third_party/psutil': '/trunk/src/third_party/psutil', } deps_os = { |