diff options
Diffstat (limited to 'mojo/mojo.gyp')
-rw-r--r-- | mojo/mojo.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp index f038fbc..44454c1 100644 --- a/mojo/mojo.gyp +++ b/mojo/mojo.gyp @@ -124,6 +124,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', ], }, |