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

Unified Diff: sandbox/mac/sandbox_mac.gypi

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 | « sandbox/mac/BUILD.gn ('k') | sandbox/mac/xpc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/mac/sandbox_mac.gypi
diff --git a/sandbox/mac/sandbox_mac.gypi b/sandbox/mac/sandbox_mac.gypi
index c33243baf20e089d76bcc534b6cb38d881d53290..29a65342b6c435886596e9522c270e0f613c3aa3 100644
--- a/sandbox/mac/sandbox_mac.gypi
+++ b/sandbox/mac/sandbox_mac.gypi
@@ -21,7 +21,10 @@
'os_compatibility.h',
'policy.cc',
'policy.h',
+ 'xpc.cc',
'xpc.h',
+ 'xpc_message_server.cc',
+ 'xpc_message_server.h',
],
'dependencies': [
'../base/base.gyp:base',
@@ -68,6 +71,7 @@
'-e', '<(generate_stubs_header_path)',
'-s', '<(generate_stubs_output_stem)',
'-p', '<(generate_stubs_project)',
+ '-x', 'SANDBOX_EXPORT',
'<(generate_stubs_sig_public_path)',
'<(generate_stubs_sig_private_path)',
],
@@ -83,6 +87,7 @@
'bootstrap_sandbox_unittest.mm',
'dispatch_source_mach_unittest.cc',
'policy_unittest.cc',
+ 'xpc_message_server_unittest.cc',
],
'dependencies': [
'sandbox',
« no previous file with comments | « sandbox/mac/BUILD.gn ('k') | sandbox/mac/xpc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698