summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-04-30 08:19:37 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-30 15:20:01 +0000
commit78dbcb9b250c5a9c5bdcd191afc12362828aacff (patch)
treedb93a61a36f0b318bf209e4a88fe05eba1502a14
parentaf85317dfb1696a2e170fc973366b4991b45f215 (diff)
downloadchromium_src-78dbcb9b250c5a9c5bdcd191afc12362828aacff.zip
chromium_src-78dbcb9b250c5a9c5bdcd191afc12362828aacff.tar.gz
chromium_src-78dbcb9b250c5a9c5bdcd191afc12362828aacff.tar.bz2
Update the path to WebKit's LICENSE file.
This is necessary because we are removing webkit/ in https://codereview.chromium.org/1102673007/, and thus we need to keep android_webview licenses check happy. BUG=338338 R=boliu@chromium.org,piman@chromium.org Review URL: https://codereview.chromium.org/1119633002 Cr-Commit-Position: refs/heads/master@{#327714}
-rwxr-xr-xtools/licenses.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/licenses.py b/tools/licenses.py
index 95378c8..f32af00 100755
--- a/tools/licenses.py
+++ b/tools/licenses.py
@@ -191,7 +191,7 @@ SPECIAL_CASES = {
"URL": "http://webkit.org/",
"License": "BSD and GPL v2",
# Absolute path here is resolved as relative to the source root.
- "License File": "/webkit/LICENSE",
+ "License File": "/third_party/WebKit/LICENSE_FOR_ABOUT_CREDITS",
},
os.path.join('third_party', 'webpagereplay'): {
"Name": "webpagereplay",