ipc/chromium: fix #if define() for kFreeBSD and Hurd
authorChristoph Goehre <chris@sigxcpu.org>
Wed, 31 Oct 2012 17:27:07 +0000 (13:27 -0400)
committerCarsten Schoenert <c.schoenert@t-online.de>
Mon, 30 May 2022 17:36:06 +0000 (18:36 +0100)
commit562b96ee280b1d70e61846a2de303403644e6474
tree34c5cc6830ca1c790f8c688589b6e6b43c66b9de
parentec5796506fb0af1d657653a29eb837da872f64ce
ipc/chromium: fix #if define() for kFreeBSD and Hurd

The kFreeBSD and Hurd platforms need some other macros to include
the correct needed headers.
Depended on this some minor changes to call the correct functions
also needed. Also the list of the cpp source file for the chromium
things needs to expanded.
The changes is an adoption of the previous dropped patch 'Fix
ipc/chromium on kFreeBSD and Hurd' from the version 17.

Gbp-Pq: Topic porting-kfreebsd-hurd
Gbp-Pq: Name ipc-chromium-fix-if-define-for-kFreeBSD-and-Hurd.patch
ipc/chromium/src/base/platform_thread_posix.cc