| Index: services/shell/shell.gyp
|
| diff --git a/services/shell/shell.gyp b/services/shell/shell.gyp
|
| index beb82ac5536d931094bf56f3c50e2dc366cdb5f5..e32ecd27be9d0b9d4bc2dac5e27f0fe249c7e3ac 100644
|
| --- a/services/shell/shell.gyp
|
| +++ b/services/shell/shell.gyp
|
| @@ -79,6 +79,7 @@
|
| '../catalog/store.cc',
|
| '../catalog/store.h',
|
| '../catalog/types.h',
|
| + 'loader.h',
|
| 'connect_params.cc',
|
| 'connect_params.h',
|
| 'connect_util.cc',
|
| @@ -108,7 +109,7 @@
|
| 'target_name': 'mojo_shell_unittests',
|
| 'type': 'executable',
|
| 'sources': [
|
| - 'tests/placeholder_unittest.cc',
|
| + 'tests/loader_unittest.cc',
|
| ],
|
| 'dependencies': [
|
| 'shell_lib',
|
|
|