Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1171)

Unified Diff: mojo/BUILD.gn

Issue 876023003: Dart: Changes to support building for Android. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | mojo/dart/embedder/mojo_natives.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 97d52b562ca93aa0573bd17ff1378ac5833977e1..5d5b4a390470db75409cfab508876a50cbae127c 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -71,7 +71,7 @@ group("tests") {
"//services/window_manager:window_manager_unittests",
]
- if (!is_android && !is_asan) {
+ if (!is_asan) {
deps += [
"//mojo/dart/embedder/test:dart_unittests",
"//services/dart:dart_apptests",
« no previous file with comments | « DEPS ('k') | mojo/dart/embedder/mojo_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698