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

Unified Diff: base/base.gypi

Issue 15995014: Adds MemoryPressureListener. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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
« no previous file with comments | « base/base.gyp ('k') | base/memory/memory_pressure_level_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index a227e56bf8ba15c676f19a231854e623024bb242..0ff380d41d8812318b1c265a6c931f93c11aa422 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_listener_android.cc',
+ 'android/memory_pressure_listener_android.h',
'android/path_service_android.cc',
'android/path_service_android.h',
'android/path_utils.cc',
@@ -270,6 +272,8 @@
'memory/discardable_memory_mac.cc',
'memory/linked_ptr.h',
'memory/manual_constructor.h',
+ 'memory/memory_pressure_listener.cc',
+ 'memory/memory_pressure_listener.h',
'memory/raw_scoped_refptr_mismatch_checker.h',
'memory/ref_counted.cc',
'memory/ref_counted.h',
« no previous file with comments | « base/base.gyp ('k') | base/memory/memory_pressure_level_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698