diff options
author | samuong@chromium.org <samuong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-02 11:45:14 +0000 |
---|---|---|
committer | samuong@chromium.org <samuong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-02 11:45:14 +0000 |
commit | a6ff444549309eb36b3b178a86c38341626daaba (patch) | |
tree | d41a790e45f23e74f7e384459f5196ab72fe7366 /DEPS | |
parent | e9d6e754529378a0fc244e8121d462d0fdf96ae0 (diff) | |
download | chromium_src-a6ff444549309eb36b3b178a86c38341626daaba.zip chromium_src-a6ff444549309eb36b3b178a86c38341626daaba.tar.gz chromium_src-a6ff444549309eb36b3b178a86c38341626daaba.tar.bz2 |
Update third_party/webdriver/pylib to r18456 and delete test_data
BUG=
Review URL: https://codereview.chromium.org/424363004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -210,9 +210,8 @@ deps = { "src/third_party/swig/Lib": "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), - # Make sure you update the two functional.DEPS and webdriver.DEPS too. "src/third_party/webdriver/pylib": - (Var("googlecode_url") % "selenium") + "/trunk/py@18337", + (Var("googlecode_url") % "selenium") + "/trunk/py@18456", "src/third_party/libvpx": "/trunk/deps/third_party/libvpx@" + |