Chromium Code Reviews| Index: mojo/BUILD.gn |
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn |
| index 058ec85f6d51c057740d983f4e8777efe419e07e..16d9e3603a47a5aacaff9dfd9413ba71ffc13db8 100644 |
| --- a/mojo/BUILD.gn |
| +++ b/mojo/BUILD.gn |
| @@ -75,7 +75,7 @@ group("tests") { |
| deps += [ "//mojo/edk/system:mojo_system_unittests_apk" ] |
| } |
| - if (!is_android) { |
| + if (!is_android && !is_asan) { |
| deps += [ |
| "//mojo/dart/embedder/test:dart_unittests", |
| "//services/dart:dart_apptests", |