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

Unified Diff: base/base.gypi

Issue 1410213004: Create "persistent memory allocator" for persisting and sharing objects. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iterator improvements (to allow comparisons and hide internal details) 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 4139688ab38be581d462db3a89f07d1eef5020db..4f1ee4f945e0501fcb0920c4da48822f2898aefb 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -352,6 +352,8 @@
'memory/memory_pressure_monitor_mac.h',
'memory/memory_pressure_monitor_win.cc',
'memory/memory_pressure_monitor_win.h',
+ 'memory/persistent_memory_allocator.cc',
+ 'memory/persistent_memory_allocator.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