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

Unified Diff: mojo/mojo_services.gypi

Issue 549273002: Various mojom cleanup from ContentHandler changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_services.gypi
diff --git a/mojo/mojo_services.gypi b/mojo/mojo_services.gypi
index f9847b65d7a421dacdce58df48a5d1ff046a4ca0..c5a68a4ce792fc7c6956efa8b6be709ad9164f7a 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -20,7 +20,6 @@
'mojo_content_handler_bindings',
'mojo_navigation_bindings',
'mojo_network_bindings',
- 'mojo_launcher_bindings',
'mojo_view_manager_lib',
'<(mojo_system_for_loadable_module)',
],
@@ -462,38 +461,6 @@
],
},
{
- # GN version: //mojo/services/public/interfaces/launcher
- 'target_name': 'mojo_launcher_bindings',
- 'type': 'static_library',
- 'sources': [
- 'services/public/interfaces/launcher/launcher.mojom',
- ],
- 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
- 'export_dependent_settings': [
- 'mojo_base.gyp:mojo_cpp_bindings',
- ],
- 'dependencies': [
- 'mojo_base.gyp:mojo_cpp_bindings',
- 'mojo_navigation_bindings',
- ],
- },
- {
- 'target_name': 'mojo_launcher',
- 'type': 'loadable_module',
- 'dependencies': [
- '../base/base.gyp:base',
- '../url/url.gyp:url_lib',
- 'mojo_base.gyp:mojo_cpp_bindings',
- 'mojo_base.gyp:mojo_application_chromium',
- 'mojo_launcher_bindings',
- 'mojo_network_bindings',
- '<(mojo_system_for_loadable_module)',
- ],
- 'sources': [
- 'services/launcher/launcher.cc',
- ],
- },
- {
# GN version: //mojo/services/public/interfaces/view_manager
'target_name': 'mojo_view_manager_bindings',
'type': 'static_library',
« no previous file with comments | « mojo/mojo_examples.gypi ('k') | mojo/services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698