include_rules = [
  # The components test setup can include anything that components can.
  "+components",
  "+content/public",
  "+content/shell",
  "+jni",
  "+media",
  "+net",
  "+ui",
]

specific_include_rules = {
  "run_all_unittests\.cc": [
    "+mojo/edk/embedder/embedder.h",
  ],
}
