From 501f403a250c295adf121b077cc68ef0b1748f57 Mon Sep 17 00:00:00 2001 From: "mnaganov@chromium.org" Date: Mon, 3 Dec 2012 14:23:11 +0000 Subject: [Android] Suppress missing licensing info warning for third_party/guava and third_party/jsr-305 R=torne@chromium.org BUG=163896 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11280278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170733 0039d316-1c4b-4281-b951-d872f2087c98 --- android_webview/tools/known_issues.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'android_webview') 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. -- cgit v1.1