Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5019)

Unified Diff: android_webview/tools/known_issues.py

Issue 11280278: [Android] Suppress missing licensing info warning for third_party/guava and third_party/jsr-305 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698