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

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: addressed review comments by Chris 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 7e09e30635568c6f4df8b1c396b3c38224c839b8..4bda94513580125218f43c031517fb581b9ad1b5 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