Chromium Code Reviews| Index: mojo/public/dart/BUILD.gn |
| diff --git a/mojo/public/dart/BUILD.gn b/mojo/public/dart/BUILD.gn |
| index c36245c924f90a09b9e2de7f8a7e227b32b2f817..7c99cc9c30f549375c17ed07d8dad5318d20c646 100644 |
| --- a/mojo/public/dart/BUILD.gn |
| +++ b/mojo/public/dart/BUILD.gn |
| @@ -44,8 +44,11 @@ dart_pkg("mojo") { |
| "pubspec.yaml", |
| "README.md", |
| ] |
| + |
| + # List of mojom targets that the mojo pkg exports |
| deps = [ |
| "../interfaces/application", |
| "../interfaces/bindings", |
| + "../../services", |
| ] |
| } |