diff options
author | hiroshige <hiroshige@chromium.org> | 2015-09-07 21:55:01 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-09-08 04:55:37 +0000 |
commit | 2d141d6ffcf1110736af364cf00aa91cea35a83a (patch) | |
tree | c7273ec4a73facf995dfcd9fb147b35268579844 | |
parent | 8756be908f36554fd05314fb15b6a7ae75ee1eec (diff) | |
download | chromium_src-2d141d6ffcf1110736af364cf00aa91cea35a83a.zip chromium_src-2d141d6ffcf1110736af364cf00aa91cea35a83a.tar.gz chromium_src-2d141d6ffcf1110736af364cf00aa91cea35a83a.tar.bz2 |
[pywebsocket] Migrate to GitHub: update DEPS and README.chromium
DEPS:
- URL is moved to the mirror from GitHub.
- Revision is updated to the latest.
Changes: https://chromium.googlesource.com/external/github.com/google/pywebsocket.git/+log/cdc6a19..09d8427
README.chromium:
- URL is moved to GitHub.
- License File is updated due to file name change in pywebsocket.
- License is renamed to pass the presubmit test.
Review URL: https://codereview.chromium.org/1314013006
Cr-Commit-Position: refs/heads/master@{#347665}
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | third_party/pywebsocket/README.chromium | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -248,7 +248,7 @@ deps = { Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '@' + '7564939bdf6482d57b9bd5e9c931679f96d8cf75', 'src/third_party/pywebsocket/src': - Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30ff8d1fa1a89be39cec901f4a29c', + Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' + '09d842794c14ca064f8a4223b313ac2c84bd33c8', 'src/third_party/opus/src': Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39821e79a1811ae1933c69', diff --git a/third_party/pywebsocket/README.chromium b/third_party/pywebsocket/README.chromium index f426def..cbc1f05 100644 --- a/third_party/pywebsocket/README.chromium +++ b/third_party/pywebsocket/README.chromium @@ -1,9 +1,9 @@ Name: pywebsocket Short Name: pywebsocket -URL: http://code.google.com/p/pywebsocket/ +URL: https://github.com/google/pywebsocket/ Version: 0 -License: New BSD License -License File: src/COPYING +License: New BSD +License File: src/LICENSE Security Critical: no Description: |