From 6347bda432bdf503377b78051afa092be10fa3df Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Thu, 18 Oct 2018 08:38:36 +0200 Subject: [PATCH] Remove expat from generate_licenses.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This library is not used by WebRTC anymore. Bug: chromium:896154 Change-Id: Ifc2f30b9425ef7ca3ff665cc03d11932316df71c Reviewed-on: https://webrtc-review.googlesource.com/c/106780 Commit-Queue: Mirko Bonadei Reviewed-by: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#25248} --- tools_webrtc/libs/generate_licenses.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools_webrtc/libs/generate_licenses.py b/tools_webrtc/libs/generate_licenses.py index 892fb46c05..d1a76a64ee 100755 --- a/tools_webrtc/libs/generate_licenses.py +++ b/tools_webrtc/libs/generate_licenses.py @@ -36,7 +36,6 @@ LIB_TO_LICENSES_DICT = { 'bazel': ['third_party/bazel/LICENSE'], 'boringssl': ['third_party/boringssl/src/LICENSE'], 'errorprone': ['third_party/errorprone/LICENSE'], - 'expat': ['third_party/expat/files/COPYING'], 'fiat': ['third_party/boringssl/src/third_party/fiat/LICENSE'], 'guava': ['third_party/guava/LICENSE'], 'ijar': ['third_party/ijar/LICENSE'],