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..a18421a4a9810674f7c553c20d192cdbf72408fc 100644 |
| --- a/mojo/public/dart/BUILD.gn |
| +++ b/mojo/public/dart/BUILD.gn |
| @@ -44,8 +44,31 @@ dart_pkg("mojo") { |
| "pubspec.yaml", |
| "README.md", |
| ] |
| + |
| + # List of mojom targets that the mojo pkg exports |
| deps = [ |
| "../interfaces/application", |
| "../interfaces/bindings", |
| + "../../services/accessibility/public/interfaces", |
|
eseidel
2015/06/08 19:22:23
Should this just be a dependency moved into the se
Cutch
2015/06/08 19:47:50
Done.
|
| + "../../services/clipboard/public/interfaces", |
| + "../../services/content_handler/public/interfaces", |
| + "../../services/device_info/public/interfaces", |
| + "../../services/files/public/interfaces", |
| + "../../services/geometry/public/interfaces", |
| + "../../services/gpu/public/interfaces", |
| + "../../services/http_server/public/interfaces", |
| + "../../services/input_events/public/interfaces", |
| + "../../services/keyboard/public/interfaces", |
| + "../../services/location/public/interfaces", |
| + "../../services/native_viewport/public/interfaces", |
| + "../../services/navigation/public/interfaces", |
| + "../../services/network/public/interfaces", |
| + "../../services/prediction/public/interfaces", |
| + "../../services/sensors/public/interfaces", |
| + "../../services/service_registry/public/interfaces", |
| + "../../services/surfaces/public/interfaces", |
| + "../../services/terminal/public/interfaces", |
| + "../../services/view_manager/public/interfaces", |
| + "../../services/window_manager/public/interfaces", |
| ] |
| } |