OLD | NEW |
(Empty) | |
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 5 #ifndef BASE_ANDROID_SYS_UTILS_CONSTANTS_H |
| 6 #define BASE_ANDROID_SYS_UTILS_CONSTANTS_H |
| 7 |
| 8 // IMPORTANT: This header is included from source code that shall _not_ depend |
| 9 // on the base/ module at all. Due to this, it should only contain constant |
| 10 // _definitions_, and no _declarations_. |
| 11 |
| 12 #define BASE_ANDROID_LOW_END_MEMORY_THRESHOLD_MB 512 |
| 13 |
| 14 #endif // BASE_ANDROID_SYS_UTILS_CONSTANTS_H |
OLD | NEW |