| Index: mojo/mojo_public_tests.gypi
|
| diff --git a/mojo/mojo_public_tests.gypi b/mojo/mojo_public_tests.gypi
|
| index 94613c897617c7e88a9e5012500bd3bed0e10c59..e8a706750ac8eec3a646e76816002d380af62d54 100644
|
| --- a/mojo/mojo_public_tests.gypi
|
| +++ b/mojo/mojo_public_tests.gypi
|
| @@ -70,6 +70,7 @@
|
| 'public/cpp/bindings/tests/request_response_unittest.cc',
|
| 'public/cpp/bindings/tests/router_unittest.cc',
|
| 'public/cpp/bindings/tests/sample_service_unittest.cc',
|
| + 'public/cpp/bindings/tests/serialization_warning_unittest.cc',
|
| 'public/cpp/bindings/tests/string_unittest.cc',
|
| 'public/cpp/bindings/tests/struct_unittest.cc',
|
| 'public/cpp/bindings/tests/type_conversion_unittest.cc',
|
| @@ -178,6 +179,7 @@
|
| 'public/interfaces/bindings/tests/sample_import2.mojom',
|
| 'public/interfaces/bindings/tests/sample_interfaces.mojom',
|
| 'public/interfaces/bindings/tests/sample_service.mojom',
|
| + 'public/interfaces/bindings/tests/serialization_test_structs.mojom',
|
| 'public/interfaces/bindings/tests/test_structs.mojom',
|
| 'public/interfaces/bindings/tests/validation_test_interfaces.mojom',
|
| ],
|
|
|