| 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
|
|
|