diff options
author | benm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-14 13:27:37 +0000 |
---|---|---|
committer | benm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-14 13:27:37 +0000 |
commit | 50e9f64d45ca0da2aac85b2efecf72a82e1ac8f9 (patch) | |
tree | 5e1c131e8354cc55f1ffe8d6a63c3953beb5d58b | |
parent | f7a7057ccf5c80814fb41877b61a692db778718c (diff) | |
download | chromium_src-50e9f64d45ca0da2aac85b2efecf72a82e1ac8f9.zip chromium_src-50e9f64d45ca0da2aac85b2efecf72a82e1ac8f9.tar.gz chromium_src-50e9f64d45ca0da2aac85b2efecf72a82e1ac8f9.tar.bz2 |
[Android WebView] Mark third_party/JSON license as Android comptible.
Remove third_party/JSON from known_issues.py as it's now required for
Blink, and update the README.chromium to reflect it is Android
compatible.
TBR=haraken@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/17082002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206409 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | android_webview/tools/known_issues.py | 1 | ||||
-rw-r--r-- | third_party/JSON/README.chromium | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/tools/known_issues.py b/android_webview/tools/known_issues.py index 824ff8a..9d9abae 100644 --- a/android_webview/tools/known_issues.py +++ b/android_webview/tools/known_issues.py @@ -36,7 +36,6 @@ KNOWN_INCOMPATIBLE = { 'breakpad', 'chrome/installer/mac/third_party/xz', 'chrome/test/data', - 'third_party/JSON', 'third_party/active_doc', 'third_party/apple_apsl', 'third_party/apple_sample_code', diff --git a/third_party/JSON/README.chromium b/third_party/JSON/README.chromium index 72abe99..d4b9008 100644 --- a/third_party/JSON/README.chromium +++ b/third_party/JSON/README.chromium @@ -3,6 +3,7 @@ Short Name: JSON.pm URL: http://search.cpan.org/~makamaka/JSON-2.59/lib/JSON.pm Version: 2.59 License: GPL v1 or later / Artistic License +License Android Compatible: yes License File: NOT_SHIPPED Security Critical: no |