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

Unified Diff: runtime/platform/utils_android.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: 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
Index: runtime/platform/utils_android.h
diff --git a/runtime/platform/utils_linux.h b/runtime/platform/utils_android.h
similarity index 82%
copy from runtime/platform/utils_linux.h
copy to runtime/platform/utils_android.h
index 6cfc32f5a2e10707b603f884e39f74f3b9810e46..23c69c4a15ef8ca300d6889c856dc2dc46a061ac 100644
--- a/runtime/platform/utils_linux.h
+++ b/runtime/platform/utils_android.h
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#ifndef PLATFORM_UTILS_LINUX_H_
-#define PLATFORM_UTILS_LINUX_H_
+#ifndef PLATFORM_UTILS_ANDROID_H_
+#define PLATFORM_UTILS_ANDROID_H_
namespace dart {
@@ -19,4 +19,4 @@ inline int Utils::CountTrailingZeros(uword x) {
} // namespace dart
-#endif // PLATFORM_UTILS_LINUX_H_
+#endif // PLATFORM_UTILS_ANDROID_H_

Powered by Google App Engine
This is Rietveld 408576698