diff options
author | fdeng@chromium.org <fdeng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-28 21:19:27 +0000 |
---|---|---|
committer | fdeng@chromium.org <fdeng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-28 21:19:27 +0000 |
commit | 20e34fb36b84d65e5d6e8e2e7d7104816d44b093 (patch) | |
tree | d023c96d56f24ec58e315504390aa0b261076129 | |
parent | a75c27e72d1853ec4532d697b7a7a00d3d98caab (diff) | |
download | chromium_src-20e34fb36b84d65e5d6e8e2e7d7104816d44b093.zip chromium_src-20e34fb36b84d65e5d6e8e2e7d7104816d44b093.tar.gz chromium_src-20e34fb36b84d65e5d6e8e2e7d7104816d44b093.tar.bz2 |
Update functional.DEPS/DEPS to include web-page-replay.
Perf tests and Chrome Endure tests depend on it.
BUG=None
TEST=None
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/10886004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153737 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional.DEPS/DEPS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/functional.DEPS/DEPS b/chrome/test/functional.DEPS/DEPS index 792b7b9..42ac481 100644 --- a/chrome/test/functional.DEPS/DEPS +++ b/chrome/test/functional.DEPS/DEPS @@ -12,6 +12,8 @@ deps = { 'src/third_party/tlslite': '/trunk/src/third_party/tlslite', 'src/third_party/webdriver/pylib/selenium': 'http://selenium.googlecode.com/svn/trunk/py/selenium@16922', + 'src/third_party/webpagereplay': + 'http://web-page-replay.googlecode.com/svn/trunk@492', } deps_os = { |