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

Unified Diff: mojo/mojo_services.gypi

Issue 503363004: Remove redundant echo.mojom, verify non-nullables in echo_service.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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 498f35dd6dedf453aa8107aba84858f1370302b8..307217e53a4766c15821552c4225119a1bde3599 100644
--- a/mojo/mojo_services.gypi
+++ b/mojo/mojo_services.gypi
@@ -5,21 +5,6 @@
{
'targets': [
{
- # GN version: //mojo/services/dbus_echo:bindings
- 'target_name': 'mojo_echo_bindings',
- 'type': 'static_library',
- 'sources': [
- 'services/dbus_echo/echo.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',
- ],
- },
- {
'target_name': 'mojo_html_viewer',
'type': 'loadable_module',
'dependencies': [
@@ -882,26 +867,5 @@
},
],
}],
- ['OS=="linux"', {
- 'targets': [
- {
- 'target_name': 'mojo_dbus_echo_service',
- 'type': 'executable',
- 'dependencies': [
- '../base/base.gyp:base',
- '../build/linux/system.gyp:dbus',
- '../dbus/dbus.gyp:dbus',
- 'mojo_base.gyp:mojo_common_lib',
- 'mojo_base.gyp:mojo_system_impl',
- 'mojo_base.gyp:mojo_application_chromium',
- 'mojo_dbus_service',
- 'mojo_echo_bindings',
- ],
- 'sources': [
- 'services/dbus_echo/dbus_echo_service.cc',
- ],
- },
- ],
- }],
],
}
« 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