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

Unified Diff: base/base.gypi

Issue 15995014: Adds MemoryPressureListener. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Joth's comments Created 7 years, 6 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/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 456bcb3b10136f3b64882f2af54d1fba12928c3a..c234af4cd7d5b122d85401daa0b128c0c2d3bce3 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -54,6 +54,8 @@
'android/jni_registrar.h',
'android/jni_string.cc',
'android/jni_string.h',
+ 'android/memory_pressure_handler_android.cc',
+ 'android/memory_pressure_handler_android.h',
'android/path_service_android.cc',
'android/path_service_android.h',
'android/path_utils.cc',
@@ -266,6 +268,8 @@
'memory/discardable_memory_mac.cc',
'memory/linked_ptr.h',
'memory/manual_constructor.h',
+ 'memory/memory_pressure_notifier.cc',
+ 'memory/memory_pressure_notifier.h',
'memory/raw_scoped_refptr_mismatch_checker.h',
'memory/ref_counted.cc',
'memory/ref_counted.h',

Powered by Google App Engine
This is Rietveld 408576698