提交 881c22cf 编写于 作者: J James Robinson 提交者: GitHub

Disable GN check for conditionally included headers (#4026)

GN check can't understand preprocessor defines, so we have to disable
checking for these conditionally included headers.
上级 f09e41c8
......@@ -43,11 +43,11 @@
#if defined(OS_FUCHSIA)
#include "lib/mtl/tasks/message_loop.h"
#include "lib/mtl/tasks/message_loop.h" // nogncheck
#else // defined(OS_FUCHSIA)
#include "flutter/fml/message_loop.h"
#include "flutter/fml/message_loop.h" // nogncheck
#endif // defined(OS_FUCHSIA)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册