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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1791663002: Allow Catalogs to be constructed per-user (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@49catalog
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 | « content/browser/mojo/mojo_shell_context.cc ('k') | mojo/services/catalog/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',
11 'services/catalog/builder.h', 11 'services/catalog/builder.h',
12 'services/catalog/catalog.cc', 12 'services/catalog/catalog.cc',
13 'services/catalog/catalog.h', 13 'services/catalog/catalog.h',
14 'services/catalog/entry.cc', 14 'services/catalog/entry.cc',
15 'services/catalog/entry.h', 15 'services/catalog/entry.h',
16 'services/catalog/owner.cc', 16 'services/catalog/factory.cc',
17 'services/catalog/owner.h', 17 'services/catalog/factory.h',
18 'services/catalog/store.cc', 18 'services/catalog/store.cc',
19 'services/catalog/store.h', 19 'services/catalog/store.h',
20 'shell/loader.h', 20 'shell/loader.h',
21 'shell/connect_params.cc', 21 'shell/connect_params.cc',
22 'shell/connect_params.h', 22 'shell/connect_params.h',
23 'shell/connect_util.cc', 23 'shell/connect_util.cc',
24 'shell/connect_util.h', 24 'shell/connect_util.h',
25 'shell/native_runner.h', 25 'shell/native_runner.h',
26 'shell/native_runner_delegate.h', 26 'shell/native_runner_delegate.h',
27 'shell/shell.cc', 27 'shell/shell.cc',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'dependencies': [ 144 'dependencies': [
145 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', 145 '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
146 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', 146 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services',
147 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', 147 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf',
148 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', 148 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers',
149 ], 149 ],
150 }], 150 }],
151 ], 151 ],
152 }], 152 }],
153 } 153 }
OLDNEW
« no previous file with comments | « content/browser/mojo/mojo_shell_context.cc ('k') | mojo/services/catalog/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698