Chromium Code Reviews| Index: examples/dart/hello_world/hello/BUILD.gn |
| diff --git a/examples/dart/hello_world/hello/BUILD.gn b/examples/dart/hello_world/hello/BUILD.gn |
| index de773d9432a56dccc5f7a499f234f3f18cd04a84..1ff8c1a6337c07f93181ade77db8bf54b3d4c4fc 100644 |
| --- a/examples/dart/hello_world/hello/BUILD.gn |
| +++ b/examples/dart/hello_world/hello/BUILD.gn |
| @@ -13,6 +13,7 @@ dart_pkg("hello") { |
| "pubspec.yaml", |
| ] |
| deps = [ |
| + "//mojo/dart/packages", |
| "//mojo/public/dart", |
| ] |
| } |