Chromium Code Reviews| Index: mojo/public/tools/bindings/BUILD.gn |
| diff --git a/mojo/public/tools/bindings/BUILD.gn b/mojo/public/tools/bindings/BUILD.gn |
| index 72140612cb69b1809351f3954ecf1f4148fb864b..3bd2f04c77a2371e9cf7d7b5d77a63cdfd47f80b 100644 |
| --- a/mojo/public/tools/bindings/BUILD.gn |
| +++ b/mojo/public/tools/bindings/BUILD.gn |
| @@ -4,7 +4,7 @@ |
| group("bindings") { |
| deps = [ |
| - "../../python", |
| - "../../interfaces/bindings", |
| + "../../python:serialization_bindings", |
| + "../../python:mojo_system_impl", |
| ] |
| } |