2 # Require explicit dependencies in each directory.
4 # But everyone can depend on the C system headers.
5 "+mojo/public/c/system",
8 specific_include_rules = {
9 r".*_(unit|perf)test\.cc": [
11 # Our test harness is C++, so allow the use of C++:
12 "+mojo/public/cpp/system",
13 "+mojo/public/cpp/test_support",
14 "+mojo/public/cpp/utility",