| Index: mojo/public/c/bindings/tests/BUILD.gn
|
| diff --git a/mojo/public/c/bindings/tests/BUILD.gn b/mojo/public/c/bindings/tests/BUILD.gn
|
| index b3942a6e9251b4380c7237a844e596cf6503c8b7..0f644dc868f94d024324e673286f945af7036735 100644
|
| --- a/mojo/public/c/bindings/tests/BUILD.gn
|
| +++ b/mojo/public/c/bindings/tests/BUILD.gn
|
| @@ -22,11 +22,11 @@ mojo_sdk_source_set("tests") {
|
| ]
|
|
|
| mojo_sdk_deps = [
|
| + "mojo/public/c:bindings",
|
| "mojo/public/cpp/bindings/tests:mojo_public_bindings_test_utils",
|
| "mojo/public/cpp/bindings/tests:validation_util",
|
| "mojo/public/cpp/test_support",
|
| "mojo/public/cpp/system",
|
| - "mojo/public/c/bindings",
|
|
|
| # The "_c" suffix'd target compiles the generated C bindings to this mojom
|
| # target.
|
|
|