Chromium Code Reviews| Index: mojo/BUILD.gn |
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
| index c78160d59a1c3319e5d088f1cc96804bc4ddd8fd..3739cb2294a69968e6e1373b236dbfda962d635f 100644 |
| --- a/mojo/BUILD.gn |
| +++ b/mojo/BUILD.gn |
| @@ -77,6 +77,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", |
| + ] |
| } |
| } |