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

Side by Side Diff: services/shell/shell.gyp

Issue 2001403002: Remove //mojo/platform_handle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wrapper-apis
Patch Set: Created 4 years, 7 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 | « services/shell/runner/host/BUILD.gn ('k') | services/user/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 { 7 {
8 'target_name': 'shell_lib', 8 'target_name': 'shell_lib',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'runner/init.cc', 123 'runner/init.cc',
124 'runner/init.h', 124 'runner/init.h',
125 ], 125 ],
126 'dependencies': [ 126 'dependencies': [
127 'shell_lib', 127 'shell_lib',
128 'shell_runner_common_lib', 128 'shell_runner_common_lib',
129 '<(DEPTH)/base/base.gyp:base', 129 '<(DEPTH)/base/base.gyp:base',
130 '<(DEPTH)/base/base.gyp:base_i18n', 130 '<(DEPTH)/base/base.gyp:base_i18n',
131 '<(DEPTH)/base/base.gyp:base_static', 131 '<(DEPTH)/base/base.gyp:base_static',
132 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl', 132 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_system_impl',
133 '<(DEPTH)/mojo/mojo_platform_handle.gyp:platform_handle',
134 'shell_public.gyp:shell_public', 133 'shell_public.gyp:shell_public',
135 ], 134 ],
136 'export_dependent_settings': [ 135 'export_dependent_settings': [
137 'shell_public.gyp:shell_public', 136 'shell_public.gyp:shell_public',
138 ], 137 ],
139 'conditions': [ 138 'conditions': [
140 ['OS=="linux"', { 139 ['OS=="linux"', {
141 'sources': [ 140 'sources': [
142 'runner/host/linux_sandbox.cc', 141 'runner/host/linux_sandbox.cc',
143 'runner/host/linux_sandbox.h', 142 'runner/host/linux_sandbox.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 '../../build/isolate.gypi', 195 '../../build/isolate.gypi',
197 ], 196 ],
198 'sources': [ 197 'sources': [
199 'mojo_shell_unittests.isolate', 198 'mojo_shell_unittests.isolate',
200 ], 199 ],
201 }, 200 },
202 ], 201 ],
203 }], 202 }],
204 ], 203 ],
205 } 204 }
OLDNEW
« no previous file with comments | « services/shell/runner/host/BUILD.gn ('k') | services/user/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698