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

Unified Diff: mojo/mojo_examples.gypi

Issue 242763003: Implement a trivial Mojo EchoService that can be connected to over DBus (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Dropped logging in dbus_echo_service to VLOG Created 6 years, 8 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
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index 590285fd192ef0dd3cbfcf2e218f5e4c699e9e91..aa0d804162947f205a9fbded4628a1c9154f169d 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -80,6 +80,29 @@
'includes': [ 'build/package_app.gypi' ],
},
{
+ 'target_name': 'mojo_dbus_echo',
+ 'type': 'shared_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ 'mojo_bindings',
+ 'mojo_environment_standalone',
+ 'mojo_echo_bindings',
+ 'mojo_shell_client',
+ 'mojo_system',
+ 'mojo_utility',
+ ],
+ 'sources': [
+ 'examples/dbus_echo/dbus_echo_app.cc',
+ ],
+ },
+ {
+ 'target_name': 'package_mojo_dbus_echo',
+ 'variables': {
+ 'app_name': 'mojo_dbus_echo',
+ },
+ 'includes': [ 'build/package_app.gypi' ],
+ },
+ {
'target_name': 'mojo_pepper_container_app',
'type': 'shared_library',
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698