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

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

Issue 1942473002: Eliminate mojo:resource_provider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/shell.cc ('k') | testing/buildbot/chromium.linux.json » ('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_interfaces', 8 'target_name': 'shell_interfaces',
9 'type': 'none', 9 'type': 'none',
10 'variables': { 10 'variables': {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'native_runner_delegate.h', 95 'native_runner_delegate.h',
96 'shell.cc', 96 'shell.cc',
97 'shell.h', 97 'shell.h',
98 'switches.cc', 98 'switches.cc',
99 'switches.cc', 99 'switches.cc',
100 ], 100 ],
101 'dependencies': [ 101 'dependencies': [
102 'shell_public', 102 'shell_public',
103 '<(DEPTH)/base/base.gyp:base', 103 '<(DEPTH)/base/base.gyp:base',
104 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 104 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
105 '<(DEPTH)/components/filesystem/filesystem.gyp:filesystem_bindings',
106 '<(DEPTH)/components/filesystem/filesystem.gyp:filesystem_lib',
105 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', 107 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
106 ], 108 ],
107 'export_dependent_settings': [ 109 'export_dependent_settings': [
108 'shell_public', 110 'shell_public',
111 '<(DEPTH)/components/filesystem/filesystem.gyp:filesystem_bindings',
109 ], 112 ],
110 'variables': { 113 'variables': {
111 'mojom_typemaps': [ 114 'mojom_typemaps': [
112 '<(DEPTH)/mojo/common/common_custom_types.typemap', 115 '<(DEPTH)/mojo/common/common_custom_types.typemap',
113 ], 116 ],
114 } 117 }
115 }, { 118 }, {
116 'target_name': 'mojo_shell_unittests', 119 'target_name': 'mojo_shell_unittests',
117 'type': 'executable', 120 'type': 'executable',
118 'sources': [ 121 'sources': [
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 '../../build/isolate.gypi', 262 '../../build/isolate.gypi',
260 ], 263 ],
261 'sources': [ 264 'sources': [
262 'mojo_shell_unittests.isolate', 265 'mojo_shell_unittests.isolate',
263 ], 266 ],
264 }, 267 },
265 ], 268 ],
266 }], 269 }],
267 ], 270 ],
268 } 271 }
OLDNEW
« no previous file with comments | « services/shell/shell.cc ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698