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

Unified Diff: BUILD.gn

Issue 1422623002: Build fixes for fnl/musl (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: update README.chromium in //third_party Created 5 years, 2 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 | base/debug/stack_trace.cc » ('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 8584b07bc77ca1279bfb0666243632e0425e6254..57b7a53135a5a6afa333248e7650580b5245566f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -19,14 +19,15 @@ group("default") {
"//shell",
]
- if (is_linux) {
+ # TODO(cstout): fix sandbox build for fnl/musl
+ if (is_linux && !is_fnl) {
deps += [
"//sandbox/linux:sandbox",
"//sandbox/linux:sandbox_linux_unittests",
]
- if (!use_ozone) {
- deps += [ "//tools/xdisplaycheck" ]
- }
+ }
+ if (is_linux && !use_ozone) {
+ deps += [ "//tools/xdisplaycheck" ]
}
if (is_linux || is_android) {
« no previous file with comments | « no previous file | base/debug/stack_trace.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698