diff options
author | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-03 17:56:59 +0000 |
---|---|---|
committer | nyquist@chromium.org <nyquist@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-03 17:56:59 +0000 |
commit | e309a8978386d646dc1c58a3c88a540bd252dcdf (patch) | |
tree | 0a9ef9265cb499a1b7163637fd0aedaebe1fb8d5 /android_webview/tools | |
parent | dd09b82aa7ab35ddbabd0fa325761479dea8a702 (diff) | |
download | chromium_src-e309a8978386d646dc1c58a3c88a540bd252dcdf.zip chromium_src-e309a8978386d646dc1c58a3c88a540bd252dcdf.tar.gz chromium_src-e309a8978386d646dc1c58a3c88a540bd252dcdf.tar.bz2 |
Revert 170733
> [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
TBR=mnaganov@chromium.org
Review URL: https://codereview.chromium.org/11418294
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170754 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/tools')
-rw-r--r-- | android_webview/tools/known_issues.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/android_webview/tools/known_issues.py b/android_webview/tools/known_issues.py index 7920671..42e7b78 100644 --- a/android_webview/tools/known_issues.py +++ b/android_webview/tools/known_issues.py @@ -20,10 +20,7 @@ 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 = [ - 'third_party/guava', # crbug.com/163896 - 'third_party/jsr-305', -] +KNOWN_ISSUES = [] KNOWN_INCOMPATIBLE = { # Incompatible code in the main chromium repository. |