Nico Weber 2fd16e3392 Reformat all gn files
Port of chromium-side
https://chromium-review.googlesource.com/c/chromium/src/+/1997899

Bug: chromium:1041419
Change-Id: Ic7afefa0dea024da37fe4bb0f965840a160e2166
Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/2015428
Commit-Queue: Mark Mentovai <mark@chromium.org>
Reviewed-by: Mark Mentovai <mark@chromium.org>
2020-01-23 13:59:00 +00:00
..
2020-01-23 13:59:00 +00:00

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Name: GNU C Library
Short Name: glibc
URL: https://www.gnu.org/software/libc/
URL: https://sourceware.org/git/?p=glibc.git
Version: 2.29
License: GNU LGPL 2.1
License File: COPYING.LIB
Security Critical: no

Description:
glibc is the GNU Projects implementation of the C standard library.

Local Modifications:
 - Only elf/elf.h is included. Its #include of <features.h> has been removed,
   and it uses of __BEGIN_DECLS and __END_DECLS have been replaced with inline
   versions in the manner that misc/sys/cdefs.h defines those macros.