Index: mojo/mojo.gyp |
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp |
index 3e71fe2cc9b734870545ea4a80b7d5403c21d3fa..5f673afe1fa37afd37306fb0b6348b9bbf49f0e0 100644 |
--- a/mojo/mojo.gyp |
+++ b/mojo/mojo.gyp |
@@ -119,6 +119,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', |
], |
}, |