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

Unified Diff: mojo/mojo_shell.gyp

Issue 1812523003: Add mach ports support to the Mojo shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-mach-ports
Patch Set: Rebase Created 4 years, 9 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 | mojo/shell/runner/host/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_shell.gyp
diff --git a/mojo/mojo_shell.gyp b/mojo/mojo_shell.gyp
index 0b95228d76b4d2fef27855c90c5b6713b120d5d7..9f4c80bed6923212b6946791bf08b3c2992f5dc3 100644
--- a/mojo/mojo_shell.gyp
+++ b/mojo/mojo_shell.gyp
@@ -141,6 +141,12 @@
'<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers',
],
}],
+ ['OS=="mac"', {
+ 'sources': [
+ 'shell/runner/host/mach_broker.cc',
+ 'shell/runner/host/mach_broker.h',
+ ],
+ }],
],
}],
}
« no previous file with comments | « no previous file | mojo/shell/runner/host/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698