| # Copyright 2018 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| # |
| # Additional dependencies not in the dpkg-shlibdeps output. |
| |
| # Make sure users have SSL certificates. |
| ca-certificates |
| |
| # Make sure users have compatible fonts for viewing PDFs. |
| fonts-liberation |
| |
| # GTK is dlopen()'ed. Versions 3 or 4 are supported. |
| libgtk-3-0 (>= 3.9.10) | libgtk-4-1 |
| |
| # Pull a more recent version of NSS than required by runtime linking, for |
| # security and stability updates in NSS. |
| libnss3 (>= 2:3.26) |
| |
| # For uploading crash reports with Breakpad. |
| wget |
| libcurl3-gnutls | libcurl3-nss | libcurl4 | libcurl3 |
| |
| # For OS integration. |
| xdg-utils (>= 1.0.2) |