diff options
author | benm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-07 17:30:10 +0000 |
---|---|---|
committer | benm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-07 17:30:10 +0000 |
commit | cb73b1dff8b902f7e7b0457c02ce84750c401794 (patch) | |
tree | 3467cc06696cb0730610f06a61667d7e41fcfdc4 /android_webview | |
parent | 64bd95033dbf93c74963a18125f056601fd2939d (diff) | |
download | chromium_src-cb73b1dff8b902f7e7b0457c02ce84750c401794.zip chromium_src-cb73b1dff8b902f7e7b0457c02ce84750c401794.tar.gz chromium_src-cb73b1dff8b902f7e7b0457c02ce84750c401794.tar.bz2 |
Fix license header for third_party/readability
The format of the license field in
third_party/readability/README.chromium makes the license checker
erroneoulsy flag it as incompatible as it doesn't fit the regex.
Android WebView is now depending on third_party/readability (another
discussion perhaps) and there's no good reason to exclude it from
the WebView build right now.
TBR=nyquist@chromium.org
NOTRY=true
Review URL: https://codereview.chromium.org/189463006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255651 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/tools/known_issues.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android_webview/tools/known_issues.py b/android_webview/tools/known_issues.py index e2cd9cb..5edaa00 100644 --- a/android_webview/tools/known_issues.py +++ b/android_webview/tools/known_issues.py @@ -41,7 +41,6 @@ KNOWN_INCOMPATIBLE = { 'third_party/bspatch', 'third_party/instrumented_libraries', 'third_party/liblouis', - 'third_party/readability', 'third_party/speech-dispatcher', 'third_party/sudden_motion_sensor', 'third_party/swiftshader', |