include_rules = [
  # Allow inclusion of specific components that we depend on.
  # See comment in content/DEPS for which components are allowed.
  "+components/tracing",
  "+components/variations/child_process_field_trial_syncer.h",
  "+components/webcrypto",

  "+content/app/strings/grit",  # For generated headers
  "+content/public/child",
  "+services/device/public/cpp/device_features.h",
  "+services/device/public/cpp/power_monitor",
  "+services/device/public/mojom",
  "+services/network/public/cpp",
  "+services/resource_coordinator",
  "+services/service_manager",
  "+services/tracing",
  "+v8/include/v8.h"
]

specific_include_rules = {
  "child_thread_impl_browsertest\.*": [
    "+components/discardable_memory/service",
  ],
}
