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

Side by Side 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 unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698