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>
Sun, 21 Feb 2021 13:58:05 +0000 (13:58 +0000)
commit1c3a3a9a3007358edb35e6bc598bb3a3eeb64551
treeb395eb67c34e5ff26fb2458c8ede205d41a32a0a
parent390beabb542df0a77cffb84adefae9cc33029925
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