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

Unified Diff: base/base.gypi

Issue 24988003: Refactor DiscardableMemory for the upcoming DiscardableMemoryAllocator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add calls to mprotect() in DEBUG mode Created 7 years, 3 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 | « no previous file | base/memory/discardable_memory.h » ('j') | base/memory/discardable_memory_android.h » ('J')
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 86212083f093d8d3f536a674c91e64307ba0ec56..85ad09165c9adf937d3cb844ec643b2cb5e940f0 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -288,6 +288,7 @@
'memory/discardable_memory.cc',
'memory/discardable_memory.h',
'memory/discardable_memory_android.cc',
+ 'memory/discardable_memory_android.h',
'memory/discardable_memory_mac.cc',
'memory/linked_ptr.h',
'memory/manual_constructor.h',
« no previous file with comments | « no previous file | base/memory/discardable_memory.h » ('j') | base/memory/discardable_memory_android.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698