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

Unified Diff: base/memory/BUILD.gn

Issue 1320783002: Make SharedMemoryHandle a class on windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ipc_global
Patch Set: Add a safety check. Created 5 years, 3 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/memory/BUILD.gn
diff --git a/base/memory/BUILD.gn b/base/memory/BUILD.gn
index 9c5d0a052a8a2b798a7ab200a448bba9b630ee3a..cf5b09733572f84be0b92f7b787d68fc783227fd 100644
--- a/base/memory/BUILD.gn
+++ b/base/memory/BUILD.gn
@@ -37,6 +37,7 @@ source_set("memory") {
"shared_memory_android.cc",
"shared_memory_handle.h",
"shared_memory_handle_mac.cc",
+ "shared_memory_handle_win.cc",
"shared_memory_mac.cc",
"shared_memory_nacl.cc",
"shared_memory_posix.cc",

Powered by Google App Engine
This is Rietveld 408576698