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

Unified Diff: base/BUILD.gn

Issue 2843113002: make base::SharedMemoryHandle a class on POSIX. (Closed)
Patch Set: Fix test error. Created 3 years, 8 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
« no previous file with comments | « no previous file | base/memory/discardable_shared_memory.cc » ('j') | base/memory/shared_memory_handle.h » ('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 b284becfde7850db7519ca6d68f67b72c83c964c..2a024109c437b6ac1c019b17f0c571cf9eb9f1da 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1106,6 +1106,10 @@ component("base") {
}
}
+ if (!is_mac && is_posix) {
+ sources += [ "memory/shared_memory_handle_posix.cc" ]
+ }
+
all_dependent_configs = []
defines = []
data = []
« no previous file with comments | « no previous file | base/memory/discardable_shared_memory.cc » ('j') | base/memory/shared_memory_handle.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698