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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1743473002: Change Mojo URLs to structured names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@18collapse
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/public/tools/manifest/manifest_collator.py » ('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 'common/mojo_scheme_register.cc',
11 'common/mojo_scheme_register.h',
12 'services/package_manager/loader.cc', 10 'services/package_manager/loader.cc',
13 'services/package_manager/loader.h', 11 'services/package_manager/loader.h',
14 'services/package_manager/package_manager.cc', 12 'services/package_manager/package_manager.cc',
15 'services/package_manager/package_manager.h', 13 'services/package_manager/package_manager.h',
16 'shell/application_loader.h', 14 'shell/application_loader.h',
17 'shell/application_manager.cc', 15 'shell/application_manager.cc',
18 'shell/application_manager.h', 16 'shell/application_manager.h',
19 'shell/capability_filter.cc', 17 'shell/capability_filter.cc',
20 'shell/capability_filter.h', 18 'shell/capability_filter.h',
21 'shell/connect_params.cc', 19 'shell/connect_params.cc',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'dependencies': [ 155 'dependencies': [
158 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', 156 '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
159 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', 157 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services',
160 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', 158 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf',
161 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', 159 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers',
162 ], 160 ],
163 }], 161 }],
164 ], 162 ],
165 }], 163 }],
166 } 164 }
OLDNEW
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/public/tools/manifest/manifest_collator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698