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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | mojo/shell/runner/host/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [{ 6 'targets': [{
7 'target_name': 'mojo_shell_lib', 7 'target_name': 'mojo_shell_lib',
8 'type': 'static_library', 8 'type': 'static_library',
9 'sources': [ 9 'sources': [
10 'services/catalog/builder.cc', 10 'services/catalog/builder.cc',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'shell/runner/host/linux_sandbox.cc', 134 'shell/runner/host/linux_sandbox.cc',
135 'shell/runner/host/linux_sandbox.h', 135 'shell/runner/host/linux_sandbox.h',
136 ], 136 ],
137 'dependencies': [ 137 'dependencies': [
138 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', 138 '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
139 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', 139 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services',
140 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', 140 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf',
141 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', 141 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers',
142 ], 142 ],
143 }], 143 }],
144 ['OS=="mac"', {
145 'sources': [
146 'shell/runner/host/mach_broker.cc',
147 'shell/runner/host/mach_broker.h',
148 ],
149 }],
144 ], 150 ],
145 }], 151 }],
146 } 152 }
OLDNEW
« 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