diff options
author | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-21 02:27:44 +0000 |
---|---|---|
committer | toyoshim@chromium.org <toyoshim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-21 02:27:44 +0000 |
commit | 51e3e3d955329ae69b6ebea5c605baf1247c651c (patch) | |
tree | 130b37524dc44606b2c845d0bea211f9d928f5c3 /third_party/pywebsocket | |
parent | 5e248dc8b3db2bcc2141130d58bdfbb7e5a93749 (diff) | |
download | chromium_src-51e3e3d955329ae69b6ebea5c605baf1247c651c.zip chromium_src-51e3e3d955329ae69b6ebea5c605baf1247c651c.tar.gz chromium_src-51e3e3d955329ae69b6ebea5c605baf1247c651c.tar.bz2 |
Import pywebsocket as third_party/pywebsocket
BUG=137639
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10857052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152485 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/pywebsocket')
-rw-r--r-- | third_party/pywebsocket/README.chromium | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/third_party/pywebsocket/README.chromium b/third_party/pywebsocket/README.chromium new file mode 100644 index 0000000..f426def --- /dev/null +++ b/third_party/pywebsocket/README.chromium @@ -0,0 +1,16 @@ +Name: pywebsocket +Short Name: pywebsocket +URL: http://code.google.com/p/pywebsocket/ +Version: 0 +License: New BSD License +License File: src/COPYING +Security Critical: no + +Description: +pywebsocket is a WebSocket server which is intended for testing. +Chromium uses it for WebSocket related tests on Extensions, PPAPI, and so on. + +Local Modifications: +Many chromium developers join pywebsocket development. +If you need some local modifications, please contact them directly. +They will check your change in pywebsocket repository. |