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

Unified Diff: base/BUILD.gn

Issue 2843113002: make base::SharedMemoryHandle a class on POSIX. (Closed)
Patch Set: Fixes for ChromeOS. 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 43897be86143286b7e256f12e099101477e74446..dd4e674261b1c1da6ca95c5f49e9a32379bce996 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