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

Unified Diff: mojo/mojo_examples.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/examples/dbus_echo/dbus_echo_service.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index f6c5a19dc2a5fdf4e2c4de5af75107cd27db0f7d..d74449887280608ab3c78f94320356d89e810e37 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -825,14 +825,32 @@
'mojo_base.gyp:mojo_application_standalone',
'mojo_base.gyp:mojo_cpp_bindings',
'mojo_base.gyp:mojo_utility',
- 'mojo_echo_bindings',
+ 'mojo_echo_service_bindings',
'<(mojo_system_for_loadable_module)',
],
'sources': [
'examples/dbus_echo/dbus_echo_app.cc',
],
},
+ {
+ '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_service_bindings',
+ ],
+ 'sources': [
+ 'examples/dbus_echo/dbus_echo_service.cc',
+ ],
+ },
],
+
}],
],
}
« no previous file with comments | « mojo/examples/dbus_echo/dbus_echo_service.cc ('k') | mojo/mojo_services.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698