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

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: Created 5 years, 2 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
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 6ec36ddc144816ec9417cbdabecba1660169a6a4..1850fae97364e5bd9370a966d00e588fec9100d0 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -360,6 +360,8 @@
'memory/scoped_ptr.h',
'memory/scoped_vector.h',
'memory/shared_memory.h',
+ 'memory/shared_memory_allocator.cc',
+ 'memory/shared_memory_allocator.h',
'memory/shared_memory_android.cc',
'memory/shared_memory_handle.h',
'memory/shared_memory_handle_mac.cc',

Powered by Google App Engine
This is Rietveld 408576698