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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1828803002: Simplify resolve. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@61catalog
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 | « no previous file | 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/catalog.cc', 10 'services/catalog/catalog.cc',
11 'services/catalog/catalog.h', 11 'services/catalog/catalog.h',
12 'services/catalog/entry.cc', 12 'services/catalog/entry.cc',
13 'services/catalog/entry.h', 13 'services/catalog/entry.h',
14 'services/catalog/factory.cc', 14 'services/catalog/factory.cc',
15 'services/catalog/factory.h', 15 'services/catalog/factory.h',
16 'services/catalog/reader.cc',
17 'services/catalog/reader.h',
18 'services/catalog/store.cc', 16 'services/catalog/store.cc',
19 'services/catalog/store.h', 17 'services/catalog/store.h',
20 'shell/loader.h', 18 'shell/loader.h',
21 'shell/connect_params.cc', 19 'shell/connect_params.cc',
22 'shell/connect_params.h', 20 'shell/connect_params.h',
23 'shell/connect_util.cc', 21 'shell/connect_util.cc',
24 'shell/connect_util.h', 22 'shell/connect_util.h',
25 'shell/native_runner.h', 23 'shell/native_runner.h',
26 'shell/native_runner_delegate.h', 24 'shell/native_runner_delegate.h',
27 'shell/shell.cc', 25 'shell/shell.cc',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 }], 141 }],
144 ['OS=="mac"', { 142 ['OS=="mac"', {
145 'sources': [ 143 'sources': [
146 'shell/runner/host/mach_broker.cc', 144 'shell/runner/host/mach_broker.cc',
147 'shell/runner/host/mach_broker.h', 145 'shell/runner/host/mach_broker.h',
148 ], 146 ],
149 }], 147 }],
150 ], 148 ],
151 }], 149 }],
152 } 150 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/catalog/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698