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

Unified Diff: base/trace_event/BUILD.gn

Issue 1422623002: Build fixes for fnl/musl (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fix android build 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
Index: base/trace_event/BUILD.gn
diff --git a/base/trace_event/BUILD.gn b/base/trace_event/BUILD.gn
index 64c76da38cb950166799b832a9710440374bffeb..e6392e21e4809c33fd431533d94232bf4e086a00 100644
--- a/base/trace_event/BUILD.gn
+++ b/base/trace_event/BUILD.gn
@@ -56,7 +56,7 @@ source_set("trace_event") {
]
}
- if (is_linux || is_android) {
+ if ((is_linux || is_android) && !is_fnl) {
sources += [
"malloc_dump_provider.cc",
"malloc_dump_provider.h",

Powered by Google App Engine
This is Rietveld 408576698