Index: android_webview/tools/known_issues.py |
diff --git a/android_webview/tools/known_issues.py b/android_webview/tools/known_issues.py |
index 42e7b788efc7e8fd795ebe5a0d62a3f329e7acaa..7920671648613985ef8a77da0e9a8339ffbb84df 100644 |
--- a/android_webview/tools/known_issues.py |
+++ b/android_webview/tools/known_issues.py |
@@ -20,7 +20,10 @@ process will stop and this list must be updated. |
# 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 = [] |
+KNOWN_ISSUES = [ |
+ 'third_party/guava', # crbug.com/163896 |
+ 'third_party/jsr-305', |
+] |
KNOWN_INCOMPATIBLE = { |
# Incompatible code in the main chromium repository. |