| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 4f806cbf9b93e7736f42f348685b15f92a773867..5aba1ddabdc1d17c125abfe640420984a5918d73 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -115,6 +115,10 @@
|
| ],
|
| 'sources': [
|
| 'public/tests/bindings_connector_unittest.cc',
|
| + 'public/tests/bindings_remote_ptr_unittest.cc',
|
| + 'public/tests/mojom/math_calculator.cc',
|
| + 'public/tests/mojom/math_calculator.h',
|
| + 'public/tests/mojom/math_calculator_internal.h',
|
| 'public/tests/system_core_unittest.cc',
|
| ],
|
| },
|
|
|