| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index ea21a851a8f2778eebc5eb912fb07bf0783aaa88..dcc4f4acab730e9bfef926645bba0416420c5475 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -56,6 +56,7 @@
|
| 'mojo_system',
|
| 'mojo_system_impl',
|
| 'mojo_system_unittests',
|
| + 'mojo_test_service',
|
| 'mojo_utility',
|
| 'mojo_view_manager_lib',
|
| 'mojo_view_manager_lib_unittests',
|
| @@ -594,11 +595,13 @@
|
| 'mojo_service_manager',
|
| 'mojo_shell_lib',
|
| 'mojo_system_impl',
|
| + 'mojo_test_service_bindings',
|
| ],
|
| 'sources': [
|
| 'shell/child_process_host_unittest.cc',
|
| 'shell/shell_test_base.cc',
|
| 'shell/shell_test_base.h',
|
| + 'shell/shell_test_base_unittest.cc',
|
| 'shell/shell_test_main.cc',
|
| ],
|
| },
|
|
|