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

Unified Diff: base/base.gyp

Issue 1410213004: Create "persistent memory allocator" for persisting and sharing objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: SharedMemoryAllocator -> PersistentMemoryAllocator Created 5 years, 1 month 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/base.gypi » ('j') | base/memory/persistent_memory_allocator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index be5051534d8c1d6c790ab83bba42b2d4fade2929..8580848fce92e95dc11d82a0001ca15dfef5cb3b 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -526,6 +526,7 @@
'memory/memory_pressure_monitor_chromeos_unittest.cc',
'memory/memory_pressure_monitor_mac_unittest.cc',
'memory/memory_pressure_monitor_win_unittest.cc',
+ 'memory/persistent_memory_allocator_unittest.cc',
'memory/ref_counted_memory_unittest.cc',
'memory/ref_counted_unittest.cc',
'memory/scoped_ptr_unittest.cc',
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/memory/persistent_memory_allocator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698