summaryrefslogtreecommitdiffstats
path: root/tools/licenses.py
diff options
context:
space:
mode:
authortonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-02 09:36:14 +0000
committertonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-05-02 09:36:14 +0000
commitd4903027fb79d802d898e19174035518245f1193 (patch)
treefb54182d0cb9dd80881a7c92a0743c40353b8a6f /tools/licenses.py
parente16820259201bee25fbc72e7fdaa6cfdf0c357fb (diff)
downloadchromium_src-d4903027fb79d802d898e19174035518245f1193.zip
chromium_src-d4903027fb79d802d898e19174035518245f1193.tar.gz
chromium_src-d4903027fb79d802d898e19174035518245f1193.tar.bz2
Move Web Page Replay dep to github.
TBR=slamm@chromium.org BUG= Review URL: https://codereview.chromium.org/260513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267768 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/licenses.py')
-rwxr-xr-xtools/licenses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 944f068..cb0c391 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -184,7 +184,7 @@ SPECIAL_CASES = {
# Absolute path here is resolved as relative to the source root.
"License File": "/webkit/LICENSE",
},
- os.path.join('third_party', 'webpagereplay'): {
+ os.path.join('third_party', 'web-page-replay'): {
"Name": "webpagereplay",
"URL": "http://code.google.com/p/web-page-replay",
"License": "Apache 2.0",