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

Unified Diff: services/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 | « mojo/dart/embedder/test/BUILD.gn ('k') | services/dart/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index ed8945444ed44f14305bf2def925317321655e56..d03b71097e45f38d248487aa064845e06da5aee0 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -23,7 +23,7 @@ group("services") {
"//services/window_manager",
]
- if (!is_android && !is_asan) {
+ if (!is_asan) {
deps += [ "//services/dart" ]
}
}
« no previous file with comments | « mojo/dart/embedder/test/BUILD.gn ('k') | services/dart/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698