include_rules = [
# Mojo platform support must not depend on any other part of the Mojo public
# library.
"-mojo",
"+mojo/buildflags.h",
"+mojo/core/embedder/features.h",
"+mojo/public/c/system",
"+mojo/public/cpp/platform",
"+net/base",
# For some syscalls when building in NaCl toolchains.
"+native_client/src/public",
]