James Robinson 58e9630f42 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.
2017-03-22 18:28:27 -07:00
..

Glue

This library provides glue between Flutter and //base, which lets us isolate our dependency on //base. Eventually, we'll drive the contents of this library to zero and remove our dependency on //base.