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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1782983002: Fix deps in shell (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 | « no previous file | 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/catalog/builder.cc', 10 'services/catalog/builder.cc',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'shell/runner/host/native_application_support.h', 114 'shell/runner/host/native_application_support.h',
115 'shell/runner/init.cc', 115 'shell/runner/init.cc',
116 'shell/runner/init.h', 116 'shell/runner/init.h',
117 ], 117 ],
118 'dependencies': [ 118 'dependencies': [
119 'mojo_runner_common_lib', 119 'mojo_runner_common_lib',
120 'mojo_shell_lib', 120 'mojo_shell_lib',
121 '<(DEPTH)/base/base.gyp:base', 121 '<(DEPTH)/base/base.gyp:base',
122 '<(DEPTH)/base/base.gyp:base_i18n', 122 '<(DEPTH)/base/base.gyp:base_i18n',
123 '<(DEPTH)/base/base.gyp:base_static', 123 '<(DEPTH)/base/base.gyp:base_static',
124 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
124 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', 125 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
125 '<(DEPTH)/mojo/mojo_platform_handle.gyp:platform_handle', 126 '<(DEPTH)/mojo/mojo_platform_handle.gyp:platform_handle',
126 '<(DEPTH)/mojo/mojo_public.gyp:mojo_message_pump_lib', 127 '<(DEPTH)/mojo/mojo_public.gyp:mojo_message_pump_lib',
127 ], 128 ],
128 'conditions': [ 129 'conditions': [
129 ['OS=="linux"', { 130 ['OS=="linux"', {
130 'sources': [ 131 'sources': [
131 'shell/runner/host/linux_sandbox.cc', 132 'shell/runner/host/linux_sandbox.cc',
132 'shell/runner/host/linux_sandbox.h', 133 'shell/runner/host/linux_sandbox.h',
133 ], 134 ],
134 'dependencies': [ 135 'dependencies': [
135 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', 136 '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
136 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services', 137 '<(DEPTH)/sandbox/sandbox.gyp:sandbox_services',
137 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf', 138 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf',
138 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers', 139 '<(DEPTH)/sandbox/sandbox.gyp:seccomp_bpf_helpers',
139 ], 140 ],
140 }], 141 }],
141 ], 142 ],
142 }], 143 }],
143 } 144 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698