Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(257)

Unified Diff: root_certificates.cc

Issue 2751143002: Rename TARGET_OS_* to HOST_OS_*. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: root_certificates.cc
diff --git a/root_certificates.cc b/root_certificates.cc
index a219d15e01b390f6e4efc2ceab033fdcbde8a077..93284913623a871f65932390bbcf14cf7a7ac58e 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 @@ 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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698