| Index: mojo/mojo_examples.gypi
|
| diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
|
| index 1aa4438d353fff69ba858e6b6f466ff3a033dff3..b96b626a6496eda972bbc57174113d675f8465e3 100644
|
| --- a/mojo/mojo_examples.gypi
|
| +++ b/mojo/mojo_examples.gypi
|
| @@ -319,5 +319,25 @@
|
| },
|
| ],
|
| }],
|
| + ['OS=="linux"', {
|
| + 'targets': [
|
| + {
|
| + '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',
|
| + ],
|
| + },
|
| + ],
|
| + }],
|
| ],
|
| }
|
|
|