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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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_public_environment_unittests.isolate ('k') | mojo/public/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/package_manager/loader.cc',
(...skipping 13 matching lines...) Expand all
24 'shell/switches.cc', 24 'shell/switches.cc',
25 'util/filename_util.cc', 25 'util/filename_util.cc',
26 'util/filename_util.h', 26 'util/filename_util.h',
27 ], 27 ],
28 'dependencies': [ 28 'dependencies': [
29 '<(DEPTH)/base/base.gyp:base', 29 '<(DEPTH)/base/base.gyp:base',
30 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 30 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', 31 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
32 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', 32 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
33 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', 33 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
34 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
35 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', 34 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters',
36 '<(DEPTH)/net/net.gyp:net', 35 '<(DEPTH)/net/net.gyp:net',
37 '<(DEPTH)/url/url.gyp:url_lib', 36 '<(DEPTH)/url/url.gyp:url_lib',
38 ], 37 ],
39 }, { 38 }, {
40 'target_name': 'mojo_shell_unittests', 39 'target_name': 'mojo_shell_unittests',
41 'type': 'executable', 40 'type': 'executable',
42 'sources': [ 41 'sources': [
43 'shell/tests/loader_unittest.cc', 42 'shell/tests/loader_unittest.cc',
44 ], 43 ],
45 'dependencies': [ 44 'dependencies': [
46 'mojo_shell_lib', 45 'mojo_shell_lib',
47 'mojo_shell_test_bindings', 46 'mojo_shell_test_bindings',
48 '<(DEPTH)/base/base.gyp:base', 47 '<(DEPTH)/base/base.gyp:base',
49 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', 48 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
50 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', 49 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
51 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
52 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', 50 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters',
53 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_run_all_unittests', 51 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_run_all_unittests',
54 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', 52 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
55 '<(DEPTH)/testing/gtest.gyp:gtest', 53 '<(DEPTH)/testing/gtest.gyp:gtest',
56 '<(DEPTH)/url/url.gyp:url_lib', 54 '<(DEPTH)/url/url.gyp:url_lib',
57 ] 55 ]
58 }, { 56 }, {
59 'target_name': 'mojo_shell_test_bindings', 57 'target_name': 'mojo_shell_test_bindings',
60 'type': 'static_library', 58 'type': 'static_library',
61 'variables': { 59 'variables': {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'dependencies': [ 128 'dependencies': [
131 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', 129 '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
132 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', 130 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services',
133 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', 131 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf',
134 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', 132 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers',
135 ], 133 ],
136 }], 134 }],
137 ], 135 ],
138 }], 136 }],
139 } 137 }
OLDNEW
« no previous file with comments | « mojo/mojo_public_environment_unittests.isolate ('k') | mojo/public/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698