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

Name: XNU
Short Name: xnu
URL: https://opensource.apple.com/source/xnu/
URL: https://opensource.apple.com/tarballs/xnu/
Version: 4903.221.2 (from macOS 10.14.1)
License: APSL 2.0
License File: APPLE_LICENSE
Security Critical: no

Description:
XNU is the operating system kernel used on macOS and other Apple systems.

Local Modifications:
 - Only EXTERNAL_HEADERS/mach-o/loader.h is included. Its #includes of
   <mach/machine/thread_status.h> and <architecture/byte_order.h> have been
   removed as unnecessary. Note that its #includes of <mach/machine.h> and
   <mach/vm_prot.h> have been retained but these headers have not been provided.
   External headers must be made available to provide the cpu_type_t,
   cpu_subtype_t, and vm_prot_t types.