summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/tools/known_issues.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/android_webview/tools/known_issues.py b/android_webview/tools/known_issues.py
index 42e7b78..7920671 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.