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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1844973002: Implement a system-level entry cache so that packages loaded from the system dir can be visible to … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 8 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') | mojo/services/catalog/catalog.cc » ('J')
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/store.cc', 16 'services/catalog/store.cc',
17 'services/catalog/store.h', 17 'services/catalog/store.h',
18 'services/catalog/types.h',
18 'shell/loader.h', 19 'shell/loader.h',
19 'shell/connect_params.cc', 20 'shell/connect_params.cc',
20 'shell/connect_params.h', 21 'shell/connect_params.h',
21 'shell/connect_util.cc', 22 'shell/connect_util.cc',
22 'shell/connect_util.h', 23 'shell/connect_util.h',
23 'shell/native_runner.h', 24 'shell/native_runner.h',
24 'shell/native_runner_delegate.h', 25 'shell/native_runner_delegate.h',
25 'shell/shell.cc', 26 'shell/shell.cc',
26 'shell/shell.h', 27 'shell/shell.h',
27 'shell/switches.cc', 28 'shell/switches.cc',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 }], 142 }],
142 ['OS=="mac"', { 143 ['OS=="mac"', {
143 'sources': [ 144 'sources': [
144 'shell/runner/host/mach_broker.cc', 145 'shell/runner/host/mach_broker.cc',
145 'shell/runner/host/mach_broker.h', 146 'shell/runner/host/mach_broker.h',
146 ], 147 ],
147 }], 148 }],
148 ], 149 ],
149 }], 150 }],
150 } 151 }
OLDNEW
« no previous file with comments | « no previous file | mojo/services/catalog/BUILD.gn » ('j') | mojo/services/catalog/catalog.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698