Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Rename TARGET_OS_* to HOST_OS_*.
Browse files Browse the repository at this point in the history
R=zra@google.com

Review-Url: https://codereview.chromium.org/2751143002 .
  • Loading branch information
rmacnak-google committed Mar 15, 2017
1 parent 0068d89 commit a4c7c6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root_certificates.cc
Expand Up @@ -9,7 +9,7 @@
#if !defined(DART_IO_DISABLED) && !defined(DART_IO_SECURE_SOCKET_DISABLED)

#include "platform/globals.h"
#if !defined(TARGET_OS_MACOS) && !defined(TARGET_OS_ANDROID)
#if !defined(HOST_OS_MACOS) && !defined(HOST_OS_ANDROID)

namespace dart {
namespace bin {
Expand Down Expand Up @@ -20753,7 +20753,7 @@ unsigned int root_certificates_pem_length = 248749;
} // namespace bin
} // namespace dart

#endif // !defined(TARGET_OS_MACOS) && !defined(TARGET_OS_ANDROID)
#endif // !defined(HOST_OS_MACOS) && !defined(HOST_OS_ANDROID)

#endif // !defined(DART_IO_DISABLED) &&
// !defined(DART_IO_SECURE_SOCKET_DISABLED)

0 comments on commit a4c7c6f

Please sign in to comment.