diff options
author | benm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-10 13:09:48 +0000 |
---|---|---|
committer | benm@chromium.org <benm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-10 13:09:48 +0000 |
commit | 5c2f1afed3ed0c311ad9988b958f11bdbaca09dc (patch) | |
tree | 79b0d886680f92de1337af22e5e9a0ac3e369e74 /android_webview | |
parent | 0790a544eab49d5dcefeeeac9961e8ca253e1619 (diff) | |
download | chromium_src-5c2f1afed3ed0c311ad9988b958f11bdbaca09dc.zip chromium_src-5c2f1afed3ed0c311ad9988b958f11bdbaca09dc.tar.gz chromium_src-5c2f1afed3ed0c311ad9988b958f11bdbaca09dc.tar.bz2 |
[Android WebView] Add third_party/JSON to known_issues.py
third_party/JSON is licensed with the Perl (GPL v1+/Artistic) license
and used during the build but not included in any distributed binary.
Hence we add it to the known_issues list. The dependency was added in
https://chromiumcodereview.appspot.com/15736030
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/16679005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@205200 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r-- | android_webview/tools/known_issues.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/tools/known_issues.py b/android_webview/tools/known_issues.py index 9d9abae..824ff8a 100644 --- a/android_webview/tools/known_issues.py +++ b/android_webview/tools/known_issues.py @@ -36,6 +36,7 @@ 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', |