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

Unified Diff: build/android/low_memory_device.gypi

Issue 23717023: Android: Add chrome-specific dynamic linker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: build/android/low_memory_device.gypi
diff --git a/build/android/low_memory_device.gypi b/build/android/low_memory_device.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..b5302048843f1a912bd94475687cd09c8f0f4995
--- /dev/null
+++ b/build/android/low_memory_device.gypi
@@ -0,0 +1,11 @@
+# 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.
+
+{
+ 'defines': [
+ # Any device which reports a physical RAM size smaller than this value
+ # will be treated as a 'low-end' device by Chromium code.
+ 'ANDROID_LOW_MEMORY_DEVICE_THRESHOLD_MB=512'
+ ],
+}
« base/base.gypi ('K') | « build/android/gyp/gcc_preprocess.py ('k') | build/java_apk.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698