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

Unified Diff: runtime/vm/proccpuinfo.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/os_win.cc ('k') | runtime/vm/proccpuinfo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/proccpuinfo.h
diff --git a/runtime/vm/proccpuinfo.h b/runtime/vm/proccpuinfo.h
index e81d7ee6680125421dc56e75a1e1cd43ce5d44db..ee57e2c7d2443e09cdc8170b39d7b3868cbde53a 100644
--- a/runtime/vm/proccpuinfo.h
+++ b/runtime/vm/proccpuinfo.h
@@ -6,7 +6,7 @@
#define RUNTIME_VM_PROCCPUINFO_H_
#include "vm/globals.h"
-#if defined(TARGET_OS_LINUX) || defined(TARGET_OS_ANDROID)
+#if defined(HOST_OS_LINUX) || defined(HOST_OS_ANDROID)
#include "vm/allocation.h"
@@ -29,6 +29,6 @@ class ProcCpuInfo : public AllStatic {
} // namespace dart
-#endif // defined(TARGET_OS_LINUX) || defined(TARGET_OS_ANDROID)
+#endif // defined(HOST_OS_LINUX) || defined(HOST_OS_ANDROID)
#endif // RUNTIME_VM_PROCCPUINFO_H_
« no previous file with comments | « runtime/vm/os_win.cc ('k') | runtime/vm/proccpuinfo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698