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

Unified Diff: base/BUILD.gn

Issue 2555483002: Add POSIX shared memory support for Mac (Closed)
Patch Set: Restructure CreateAnonymousSharedMemory Created 4 years 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/shared_memory.h » ('j') | base/memory/shared_memory_helper.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 6ffa428fac8754b04f12924c3139b1d9c9b77e27..e34616049ae0495ec1028b9c1074ef9ed7e632a6 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -512,6 +512,8 @@ component("base") {
"memory/shared_memory_handle.h",
"memory/shared_memory_handle_mac.cc",
"memory/shared_memory_handle_win.cc",
+ "memory/shared_memory_helper.cc",
+ "memory/shared_memory_helper.h",
"memory/shared_memory_mac.cc",
"memory/shared_memory_nacl.cc",
"memory/shared_memory_posix.cc",
@@ -1166,6 +1168,8 @@ component("base") {
"memory/discardable_memory_allocator.h",
"memory/discardable_shared_memory.cc",
"memory/discardable_shared_memory.h",
+ "memory/shared_memory_helper.cc",
+ "memory/shared_memory_helper.h",
"memory/shared_memory_posix.cc",
"native_library.cc",
"native_library_posix.cc",
@@ -1244,6 +1248,8 @@ component("base") {
]
sources -= [
+ "memory/shared_memory_helper.cc",
+ "memory/shared_memory_helper.h",
"message_loop/message_pump_libevent.cc",
"strings/string16.cc",
]
« no previous file with comments | « no previous file | base/memory/shared_memory.h » ('j') | base/memory/shared_memory_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698