Chromium Code Reviews| Index: mojo/public/dart/mojo_apptest/BUILD.gn |
| diff --git a/mojo/public/dart/mojo_apptest/BUILD.gn b/mojo/public/dart/mojo_apptest/BUILD.gn |
| index d87b040655ef94c82d941a6be8afea1563c1ffce..da89f291c394a161b3433cb843e4ccadbc1e9801 100644 |
| --- a/mojo/public/dart/mojo_apptest/BUILD.gn |
| +++ b/mojo/public/dart/mojo_apptest/BUILD.gn |
| @@ -5,6 +5,9 @@ |
| import("../rules.gni") |
| dart_pkg("mojo_apptest") { |
| + deps = [ |
|
zra
2015/09/16 16:03:53
I think we've been following the convention that l
|
| + "../mojo", |
| + ] |
| libs = [ "lib/apptest.dart" ] |
| sources = [ |
| "pubspec.yaml", |