summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authoryuzo@chromium.org <yuzo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-26 06:32:10 +0000
committeryuzo@chromium.org <yuzo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-26 06:32:10 +0000
commit3b1480df13bb0d0d8a1f56a7e563bfb18a8fae0a (patch)
tree73e0328f73745bc4f6de4effee569b3dca471cf5 /DEPS
parentabb785b2625b7fd791e620548f617b1652883e0b (diff)
downloadchromium_src-3b1480df13bb0d0d8a1f56a7e563bfb18a8fae0a.zip
chromium_src-3b1480df13bb0d0d8a1f56a7e563bfb18a8fae0a.tar.gz
chromium_src-3b1480df13bb0d0d8a1f56a7e563bfb18a8fae0a.tar.bz2
Update pywebsocket to 0.4.2
For WebKit, https://bugs.webkit.org/show_bug.cgi?id=31861 is underway. This patch will make Chromium use the same version. (An alternative would be to change DEPS and test scripts to use pywebsocket under src/third_party/WebKit/WebKitTools. Perhaps I may address it in a separate change.) TEST=none BUG=none Review URL: http://codereview.chromium.org/441015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 2b4b3df..36a6f46 100644
--- a/DEPS
+++ b/DEPS
@@ -35,7 +35,7 @@ deps = {
"http://protobuf.googlecode.com/svn/trunk@219",
"src/third_party/pywebsocket":
- "http://pywebsocket.googlecode.com/svn/trunk/src@86",
+ "http://pywebsocket.googlecode.com/svn/trunk/src@119",
"src/tools/gyp":
"http://gyp.googlecode.com/svn/trunk@762",