noparent = True

include_rules = [
  "+base",
  "+chromeos/chromeos_export.h",
  "+components/account_id/account_id.h",
  "+components/device_event_log",
  "+components/policy/proto",
  "+crypto",
  "+dbus",
  "+net",
  "+testing",
  "+third_party/cros_system_api",
  "+url",
]

specific_include_rules = {
  "fake_.*": [
    # TODO(stevenjb): Remove use of chromeos_paths in fake impls.
    # https://crbug.com/863439.
    "+chromeos/chromeos_paths.h",
  ],
}
