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

Unified Diff: runtime/vm/cpuid.h

Issue 2750843003: Rename TARGET_OS_* to HOST_OS_*. (Closed)
Patch Set: DEPS 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/cpu_arm64.cc ('k') | runtime/vm/cpuid.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/cpuid.h
diff --git a/runtime/vm/cpuid.h b/runtime/vm/cpuid.h
index 63b317b919a31a2236e57bb551cea85dabcdd9a9..180394eb4971ee00bd9b925f25f95eb4d6e42afe 100644
--- a/runtime/vm/cpuid.h
+++ b/runtime/vm/cpuid.h
@@ -6,7 +6,7 @@
#define RUNTIME_VM_CPUID_H_
#include "vm/globals.h"
-#if !defined(TARGET_OS_MACOS)
+#if !defined(HOST_OS_MACOS)
#include "vm/allocation.h"
#include "vm/cpuinfo.h"
@@ -44,5 +44,5 @@ class CpuId : public AllStatic {
} // namespace dart
-#endif // !defined(TARGET_OS_MACOS)
+#endif // !defined(HOST_OS_MACOS)
#endif // RUNTIME_VM_CPUID_H_
« no previous file with comments | « runtime/vm/cpu_arm64.cc ('k') | runtime/vm/cpuid.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698