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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1769163002: Add a instance groups to Connect(), and introduce an Identity struct. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 | « mojo/mojo_base.gyp ('k') | mojo/services/network/network_service_delegate.h » ('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/package_manager/loader.cc', 10 'services/package_manager/loader.cc',
11 'services/package_manager/loader.h', 11 'services/package_manager/loader.h',
12 'services/package_manager/package_manager.cc', 12 'services/package_manager/package_manager.cc',
13 'services/package_manager/package_manager.h', 13 'services/package_manager/package_manager.h',
14 'shell/loader.h', 14 'shell/loader.h',
15 'shell/connect_params.cc', 15 'shell/connect_params.cc',
16 'shell/connect_params.h', 16 'shell/connect_params.h',
17 'shell/connect_util.cc', 17 'shell/connect_util.cc',
18 'shell/connect_util.h', 18 'shell/connect_util.h',
19 'shell/identity.cc',
20 'shell/identity.h',
21 'shell/native_runner.h', 19 'shell/native_runner.h',
22 'shell/native_runner_delegate.h', 20 'shell/native_runner_delegate.h',
23 'shell/shell.cc', 21 'shell/shell.cc',
24 'shell/shell.h', 22 'shell/shell.h',
25 'shell/switches.cc', 23 'shell/switches.cc',
26 'shell/switches.cc', 24 'shell/switches.cc',
27 'util/filename_util.cc', 25 'util/filename_util.cc',
28 'util/filename_util.h', 26 'util/filename_util.h',
29 ], 27 ],
30 'dependencies': [ 28 'dependencies': [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 'dependencies': [ 130 'dependencies': [
133 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', 131 '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
134 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', 132 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services',
135 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', 133 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf',
136 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', 134 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers',
137 ], 135 ],
138 }], 136 }],
139 ], 137 ],
140 }], 138 }],
141 } 139 }
OLDNEW
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/services/network/network_service_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698