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

Unified Diff: runtime/vm/atomic_fuchsia.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/atomic_android.h ('k') | runtime/vm/atomic_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/atomic_fuchsia.h
diff --git a/runtime/vm/atomic_fuchsia.h b/runtime/vm/atomic_fuchsia.h
index e85899f78ee1aff332a3a7e4389f1e540e6b4b16..2092e9fd214d23222c71a2fc3d48ff0afe1db0f6 100644
--- a/runtime/vm/atomic_fuchsia.h
+++ b/runtime/vm/atomic_fuchsia.h
@@ -9,7 +9,7 @@
#error Do not include atomic_fuchsia.h directly. Use atomic.h instead.
#endif
-#if !defined(TARGET_OS_FUCHSIA)
+#if !defined(HOST_OS_FUCHSIA)
#error This file should only be included on Fuchsia builds.
#endif
« no previous file with comments | « runtime/vm/atomic_android.h ('k') | runtime/vm/atomic_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698