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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1741953002: mojo: Sketch a profile application. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't add a boolean to BrowserContext; allocate an object instead. 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_services.gyp ('k') | no next file » | 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/package_manager/loader.cc',
(...skipping 17 matching lines...) Expand all
28 'util/filename_util.h', 28 'util/filename_util.h',
29 ], 29 ],
30 'dependencies': [ 30 'dependencies': [
31 '<(DEPTH)/base/base.gyp:base', 31 '<(DEPTH)/base/base.gyp:base',
32 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 32 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
33 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', 33 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
34 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', 34 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
35 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', 35 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', 36 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
37 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', 37 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters',
38 '<(DEPTH)/net/net.gyp:net',
38 '<(DEPTH)/url/url.gyp:url_lib', 39 '<(DEPTH)/url/url.gyp:url_lib',
39 ], 40 ],
40 }, { 41 }, {
41 'target_name': 'mojo_shell_unittests', 42 'target_name': 'mojo_shell_unittests',
42 'type': 'executable', 43 'type': 'executable',
43 'sources': [ 44 'sources': [
44 'shell/tests/application_manager_unittest.cc', 45 'shell/tests/application_manager_unittest.cc',
45 'shell/tests/capability_filter_unittest.cc', 46 'shell/tests/capability_filter_unittest.cc',
46 ], 47 ],
47 'dependencies': [ 48 'dependencies': [
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'dependencies': [ 155 'dependencies': [
155 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', 156 '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
156 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', 157 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services',
157 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', 158 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf',
158 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', 159 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers',
159 ], 160 ],
160 }], 161 }],
161 ], 162 ],
162 }], 163 }],
163 } 164 }
OLDNEW
« no previous file with comments | « mojo/mojo_services.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698