Chromium Code Reviews| Index: mojo/BUILD.gn |
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
| index bc8659ab4e91552108b6022cbad43b00c6fdf693..aec9ce4420bef88c7b2573bc6f0b4881210f2f27 100644 |
| --- a/mojo/BUILD.gn |
| +++ b/mojo/BUILD.gn |
| @@ -76,6 +76,9 @@ group("tests") { |
| } |
| if (mojo_use_dart) { |
| - deps += [ "//mojo/dart/embedder/test:dart_unittests" ] |
| + deps += [ |
| + "//mojo/dart/embedder/test:dart_unittests", |
| + "//services/dart:dart_apptests", |
| + ] |
| } |
| } |