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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1775243002: Rename PackageManager->Catalog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@42cpi
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/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/package_manager/loader.cc', 10 'services/catalog/loader.cc',
11 'services/package_manager/loader.h', 11 'services/catalog/loader.h',
12 'services/package_manager/package_manager.cc', 12 'services/catalog/catalog.cc',
13 'services/package_manager/package_manager.h', 13 'services/catalog/catalog.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/native_runner.h', 19 'shell/native_runner.h',
20 'shell/native_runner_delegate.h', 20 'shell/native_runner_delegate.h',
21 'shell/shell.cc', 21 'shell/shell.cc',
22 'shell/shell.h', 22 'shell/shell.h',
23 'shell/switches.cc', 23 'shell/switches.cc',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'dependencies': [ 128 'dependencies': [
129 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', 129 '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
130 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', 130 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services',
131 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', 131 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf',
132 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', 132 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers',
133 ], 133 ],
134 }], 134 }],
135 ], 135 ],
136 }], 136 }],
137 } 137 }
OLDNEW
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698