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

Unified Diff: BUILD.gn

Issue 1573403002: Add fusl BUILD.gn rules (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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 | « no previous file | fusl/.gitignore » ('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 8051e7d35004dc39ac7b7bd6f6d9f997636cd22c..de6c2568b66adc1a98aa0ed9b0bbe62f11df0add 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -20,6 +20,10 @@ group("default") {
"//shell",
]
+ if (is_linux) {
+ deps += [ "//fusl" ]
+ }
+
# TODO(cstout): fix sandbox build for fnl/musl
if (is_linux && !is_fnl) {
deps += [
@@ -39,9 +43,7 @@ group("default") {
}
if (use_ozone) {
- deps += [
- "//ui/ozone",
- ]
+ deps += [ "//ui/ozone" ]
}
}
@@ -58,8 +60,8 @@ if (use_ozone) {
group("ozone_tests") {
testonly = true
deps = [
- "//ui/ozone/demo",
"//ui/ozone:ozone_unittests",
+ "//ui/ozone/demo",
]
}
}
« no previous file with comments | « no previous file | fusl/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698