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

Unified Diff: runtime/platform/utils.h

Issue 10826233: Add _android files for building DartVM on Android (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Incorporate reviewer's feedback (asiva, Soren Gjesse) Created 8 years, 4 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/platform/thread_android.cc ('k') | runtime/platform/utils_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/utils.h
diff --git a/runtime/platform/utils.h b/runtime/platform/utils.h
index 1da808ef3878433c585af168cf1e0df01ec3c5c0..77363161a5267d621a80d5e1676404d85597e884 100644
--- a/runtime/platform/utils.h
+++ b/runtime/platform/utils.h
@@ -172,7 +172,9 @@ class Utils {
} // namespace dart
-#if defined(TARGET_OS_LINUX)
+#if defined(TARGET_OS_ANDROID)
+#include "platform/utils_android.h"
+#elif defined(TARGET_OS_LINUX)
#include "platform/utils_linux.h"
#elif defined(TARGET_OS_MACOS)
#include "platform/utils_macos.h"
« no previous file with comments | « runtime/platform/thread_android.cc ('k') | runtime/platform/utils_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698