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

Unified Diff: sandbox/mac/BUILD.gn

Issue 404893002: Add an XPC implementation of sandbox::MessageServer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | sandbox/mac/sandbox_mac.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/BUILD.gn
diff --git a/sandbox/mac/BUILD.gn b/sandbox/mac/BUILD.gn
index 20b3f00f088d0d395a11f44d561ff6029cf408eb..b0a2989ad9222ca01c713dc6144319b8d2a3b981 100644
--- a/sandbox/mac/BUILD.gn
+++ b/sandbox/mac/BUILD.gn
@@ -17,7 +17,10 @@ component("sandbox") {
"os_compatibility.h",
"policy.cc",
"policy.h",
+ "xpc.cc",
"xpc.h",
+ "xpc_message_server.cc",
+ "xpc_message_server.h",
]
defines = [ "SANDBOX_IMPLEMENTATION" ]
@@ -51,6 +54,7 @@ action("generate_stubs") {
"-e", rebase_path(generate_stubs_header, root_build_dir),
"-s", generate_stubs_output_stem,
"-p", generate_stubs_project,
+ "-x", "SANDBOX_EXPORT",
]
args += rebase_path(sources, root_build_dir)
}
@@ -60,6 +64,7 @@ test("sandbox_mac_unittests") {
"bootstrap_sandbox_unittest.mm",
"dispatch_source_mach_unittest.cc",
"policy_unittest.cc",
+ "xpc_message_server_unittest.cc",
]
libs = [
« no previous file with comments | « no previous file | sandbox/mac/sandbox_mac.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698