| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 6578166f70ca65e88e7ae266321240e5afa67107..765a877b34688cc284ad4465d2afaf2879828736 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -336,8 +336,8 @@
|
| 'shell/network_delegate.h',
|
| 'shell/run.cc',
|
| 'shell/run.h',
|
| - 'shell/service_connector.cc',
|
| - 'shell/service_connector.h',
|
| + 'shell/service_manager.cc',
|
| + 'shell/service_manager.h',
|
| 'shell/storage.cc',
|
| 'shell/storage.h',
|
| 'shell/switches.cc',
|
| @@ -379,7 +379,7 @@
|
| ],
|
| 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
|
| 'sources': [
|
| - 'shell/service_connector_unittest.cc',
|
| + 'shell/service_manager_unittest.cc',
|
| 'shell/test.mojom',
|
| ],
|
| },
|
|
|