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

Unified Diff: runtime/vm/malloc_hooks_unsupported.cc

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/malloc_hooks_test.cc ('k') | runtime/vm/native_arguments.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/malloc_hooks_unsupported.cc
diff --git a/runtime/vm/malloc_hooks_unsupported.cc b/runtime/vm/malloc_hooks_unsupported.cc
index 1f8b75a45ddfca65d2123a0469db91b96d5d05b5..eccd953a6ed4560323c8ca032a7c3076b93d9e38 100644
--- a/runtime/vm/malloc_hooks_unsupported.cc
+++ b/runtime/vm/malloc_hooks_unsupported.cc
@@ -5,7 +5,7 @@
#include "platform/globals.h"
#if !defined(DART_USE_TCMALLOC) || defined(PRODUCT) || \
- defined(TARGET_ARCH_DBC) || defined(TARGET_OS_FUCHSIA)
+ defined(TARGET_ARCH_DBC) || defined(HOST_OS_FUCHSIA)
#include "vm/malloc_hooks.h"
@@ -63,4 +63,4 @@ intptr_t MallocHooks::heap_allocated_memory_in_bytes() {
} // namespace dart
#endif // !defined(DART_USE_TCMALLOC) || defined(PRODUCT) ||
- // defined(TARGET_ARCH_DBC) || defined(TARGET_OS_FUCHSIA)
+ // defined(TARGET_ARCH_DBC) || defined(HOST_OS_FUCHSIA)
« no previous file with comments | « runtime/vm/malloc_hooks_test.cc ('k') | runtime/vm/native_arguments.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698