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

Unified Diff: services/BUILD.gn

Issue 922903002: Enables ASAN build and test for Dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« mojo/BUILD.gn ('K') | « mojo/tools/data/unittests ('k') | no next file » | 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 33c68771319b06b6676923ea97c7001f618f7179..7abd919bf176489c84d28e99b1c64664ec4d546a 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -9,6 +9,7 @@ group("services") {
deps = [
"//services/clipboard",
"//services/console",
+ "//services/dart",
"//services/fake_surfaces",
"//services/gles2:lib",
"//services/http_server",
@@ -29,10 +30,6 @@ group("services") {
deps += [ "//services/android:java_handler" ]
}
- if (!is_asan) {
- deps += [ "//services/dart" ]
- }
-
if (is_linux) {
deps += [ "//services/python/content_handler" ]
}
« mojo/BUILD.gn ('K') | « mojo/tools/data/unittests ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698