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

Unified Diff: base/base.gypi

Issue 25293002: Add DiscardableMemoryAllocator to work around FD limit issue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Clang build Created 7 years 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 1049149a26c59b456630cdb67e176f4be541b1b0..eb580525e268397ffa5492a3b0cc2686c68c0081 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -292,6 +292,8 @@
'memory/aligned_memory.cc',
'memory/aligned_memory.h',
'memory/discardable_memory.h',
+ 'memory/discardable_memory_allocator_android.h',
+ 'memory/discardable_memory_allocator_android.cc',
'memory/discardable_memory_android.cc',
'memory/discardable_memory_emulated.cc',
'memory/discardable_memory_mac.cc',

Powered by Google App Engine
This is Rietveld 408576698