Commit 39729921 authored by Avi Drissman's avatar Avi Drissman Committed by Commit Bot

Migrate to OS_MAC and OS_APPLE in third_party

Bug: 1105907
Change-Id: I1784cf675b6bc2bcf7921e4b7535c9ea9cd9e2d0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324897Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#792579}
parent 14f99e40
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <endian.h> #include <endian.h>
#elif defined(OS_FREEBSD) #elif defined(OS_FREEBSD)
#include <machine/endian.h> #include <machine/endian.h>
#elif defined(OS_MACOSX) #elif defined(OS_APPLE)
#include <machine/endian.h> #include <machine/endian.h>
/* Let's try and follow the Linux convention */ /* Let's try and follow the Linux convention */
#define BROTLI_X_BYTE_ORDER BYTE_ORDER #define BROTLI_X_BYTE_ORDER BYTE_ORDER
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment