| Index: mojo/public/cpp/bindings/tests/BUILD.gn
|
| diff --git a/mojo/public/cpp/bindings/tests/BUILD.gn b/mojo/public/cpp/bindings/tests/BUILD.gn
|
| index b39e603e150161ee721f9654ad7ff16b1f5bc6db..ab3dd132f0d47fafe23969edf0031fc1b77b4b09 100644
|
| --- a/mojo/public/cpp/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/cpp/bindings/tests/BUILD.gn
|
| @@ -26,6 +26,7 @@ source_set("tests") {
|
| "message_queue.cc",
|
| "message_queue.h",
|
| "multiplex_router_unittest.cc",
|
| + "report_bad_message_unittest.cc",
|
| "request_response_unittest.cc",
|
| "router_test_util.cc",
|
| "router_test_util.h",
|
| @@ -45,6 +46,7 @@ source_set("tests") {
|
|
|
| deps = [
|
| ":mojo_public_bindings_test_utils",
|
| + "//mojo/edk/system",
|
| "//mojo/public/cpp/bindings",
|
| "//mojo/public/cpp/system",
|
| "//mojo/public/cpp/test_support:test_utils",
|
|
|