| Index: mojo/mojo_examples.gypi
|
| diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
|
| index bcd33c3e607f84012894feebcf24cfc198902b1e..27b2f43ef46e20842cb514dba57a9599e6f40006 100644
|
| --- a/mojo/mojo_examples.gypi
|
| +++ b/mojo/mojo_examples.gypi
|
| @@ -69,32 +69,5 @@
|
| },
|
| 'includes': [ 'build/package_app.gypi' ],
|
| },
|
| - {
|
| - 'target_name': 'mojo_hello_world_bindings',
|
| - 'type': 'static_library',
|
| - 'sources': [
|
| - 'examples/hello_world_service/hello_world_service.mojom',
|
| - ],
|
| - 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
|
| - 'export_dependent_settings': [
|
| - 'mojo_bindings',
|
| - 'mojo_system',
|
| - ],
|
| - },
|
| - {
|
| - 'target_name': 'mojo_hello_world_service',
|
| - 'type': 'static_library',
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - 'mojo_hello_world_bindings',
|
| - ],
|
| - 'export_dependent_settings': [
|
| - 'mojo_hello_world_bindings',
|
| - ],
|
| - 'sources': [
|
| - 'examples/hello_world_service/hello_world_service_impl.cc',
|
| - 'examples/hello_world_service/hello_world_service_impl.h',
|
| - ],
|
| - },
|
| ],
|
| }
|
|
|