| Index: android_webview/tools/known_issues.py
|
| ===================================================================
|
| --- android_webview/tools/known_issues.py (revision 170753)
|
| +++ android_webview/tools/known_issues.py (working copy)
|
| @@ -20,10 +20,7 @@
|
|
|
| # If there is a temporary license-related issue with a particular third_party
|
| # directory, please put it here, with a comment linking to the bug entry.
|
| -KNOWN_ISSUES = [
|
| - 'third_party/guava', # crbug.com/163896
|
| - 'third_party/jsr-305',
|
| -]
|
| +KNOWN_ISSUES = []
|
|
|
| KNOWN_INCOMPATIBLE = {
|
| # Incompatible code in the main chromium repository.
|
|
|