From 58e9630f429404331e53bfdac3177b3a33569432 Mon Sep 17 00:00:00 2001 From: James Robinson Date: Wed, 22 Mar 2017 18:28:27 -0700 Subject: [PATCH] Disable gn check for glue/trace_event.h non-Fuchsia path (#3501) gn check does not run a C preprocessor, so it cannot understand that a particular include does not apply to a particular build configuration. --- glue/trace_event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glue/trace_event.h b/glue/trace_event.h index 33995fdcb..5d3677049 100644 --- a/glue/trace_event.h +++ b/glue/trace_event.h @@ -19,7 +19,7 @@ #else // defined(__Fuchsia__) -#include "flutter/fml/trace_event.h" +#include "flutter/fml/trace_event.h" // nogncheck #endif // defined(__Fuchsia__) -- GitLab