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

Unified Diff: base/android/sys_utils_constants.h

Issue 23717023: Android: Add chrome-specific dynamic linker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address jochen's nits. Created 7 years, 2 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: base/android/sys_utils_constants.h
diff --git a/base/android/sys_utils_constants.h b/base/android/sys_utils_constants.h
new file mode 100644
index 0000000000000000000000000000000000000000..aa432d3f21cbf3307263cd08b02d820bc3a199ac
--- /dev/null
+++ b/base/android/sys_utils_constants.h
@@ -0,0 +1,14 @@
+// Copyright 2013 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef BASE_ANDROID_SYS_UTILS_CONSTANTS_H
+#define BASE_ANDROID_SYS_UTILS_CONSTANTS_H
+
+// IMPORTANT: This header is included from source code that shall _not_ depend
+// on the base/ module at all. Due to this, it should only contain constant
+// _definitions_, and no _declarations_.
+
+#define BASE_ANDROID_LOW_END_MEMORY_THRESHOLD_MB 512
+
+#endif // BASE_ANDROID_SYS_UTILS_CONSTANTS_H

Powered by Google App Engine
This is Rietveld 408576698