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

Side by Side Diff: mojo/mojo_base.gyp

Issue 1705323003: ContentHandler -> ShellClientFactory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delete
Patch Set: . Created 4 years, 10 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 | mojo/mojo_shell.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # Essential components (and their tests) that are needed to build 5 # Essential components (and their tests) that are needed to build
6 # Chrome should be here. Other components that are useful only in 6 # Chrome should be here. Other components that are useful only in
7 # Mojo land like mojo_shell should be in mojo.gyp. 7 # Mojo land like mojo_shell should be in mojo.gyp.
8 { 8 {
9 'includes': [ 9 'includes': [
10 'mojo_variables.gypi', 10 'mojo_variables.gypi',
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 ], 200 ],
201 }, 201 },
202 { 202 {
203 'target_name': 'mojo_application_bindings_mojom', 203 'target_name': 'mojo_application_bindings_mojom',
204 'type': 'none', 204 'type': 'none',
205 'variables': { 205 'variables': {
206 'mojom_files': [ 206 'mojom_files': [
207 'services/package_manager/public/interfaces/resolver.mojom', 207 'services/package_manager/public/interfaces/resolver.mojom',
208 'services/package_manager/public/interfaces/shell_resolver.mojom', 208 'services/package_manager/public/interfaces/shell_resolver.mojom',
209 'shell/public/interfaces/application_manager.mojom', 209 'shell/public/interfaces/application_manager.mojom',
210 'shell/public/interfaces/content_handler.mojom',
211 'shell/public/interfaces/interface_provider.mojom', 210 'shell/public/interfaces/interface_provider.mojom',
212 'shell/public/interfaces/shell.mojom', 211 'shell/public/interfaces/shell.mojom',
213 'shell/public/interfaces/shell_client.mojom', 212 'shell/public/interfaces/shell_client.mojom',
213 'shell/public/interfaces/shell_client_factory.mojom',
214 ], 214 ],
215 }, 215 },
216 'dependencies': [ 216 'dependencies': [
217 'mojo_services.gyp:network_service_bindings_generation', 217 'mojo_services.gyp:network_service_bindings_generation',
218 ], 218 ],
219 'export_dependent_settings': [ 219 'export_dependent_settings': [
220 'mojo_services.gyp:network_service_bindings_generation', 220 'mojo_services.gyp:network_service_bindings_generation',
221 ], 221 ],
222 'includes': [ 'mojom_bindings_generator_explicit.gypi' ], 222 'includes': [ 'mojom_bindings_generator_explicit.gypi' ],
223 }, 223 },
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 '../build/isolate.gypi', 367 '../build/isolate.gypi',
368 ], 368 ],
369 'sources': [ 369 'sources': [
370 'mojo_common_unittests.isolate', 370 'mojo_common_unittests.isolate',
371 ], 371 ],
372 }, 372 },
373 ], 373 ],
374 }], 374 }],
375 ] 375 ]
376 } 376 }
OLDNEW
« no previous file with comments | « no previous file | mojo/mojo_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698