Rename TARGET_OS_* to HOST_OS_*.

R=zra@google.com

Review-Url: https://codereview.chromium.org/2751143002 .
diff --git a/root_certificates.cc b/root_certificates.cc
index a219d15..9328491 100644
--- a/root_certificates.cc
+++ b/root_certificates.cc
@@ -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 {
@@ -20753,7 +20753,7 @@
 }  // 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)