| Index: mojo/mojo.gyp
|
| diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
|
| index 96517d1fc0b106ae8f52ab971812a07ba2352b7c..f2f94d1613844789071f6e2acafade3f2eb4ee1e 100644
|
| --- a/mojo/mojo.gyp
|
| +++ b/mojo/mojo.gyp
|
| @@ -126,11 +126,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/math_calculator.mojom',
|
| 'public/tests/system_core_unittest.cc',
|
| ],
|
| + 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
|
| },
|
| {
|
| 'target_name': 'mojo_public_perftests',
|
|
|