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

Unified Diff: BUILD.gn

Issue 919463004: Build sky/engine/tonic (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
« no previous file with comments | « no previous file | sky/engine/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 3044654e15b6f5e8e4fe5ece375e32ef0200d45d..d23d33e122fd88014173ae83a2278abed504f723 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -11,7 +11,6 @@ group("default") {
"//mojo",
"//services",
"//shell",
- "//sky",
"//ui/gfx:gfx_unittests",
"//ui/events:events_unittests",
]
@@ -19,6 +18,10 @@ group("default") {
if (!is_android && !is_win) {
deps += [ "//tools/xdisplaycheck" ]
}
+
+ if (!is_asan) {
+ deps += [ "//sky" ]
+ }
}
# Deprecated name for the default build target.
« no previous file with comments | « no previous file | sky/engine/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698