1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33

content / child / DEPS [blame]

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

  "+content/public/child",
  "+device/base/features.h",
  "+device/fido/features.h",
  "+device/gamepad/public/cpp/gamepad_features.h",
  "+device/vr/buildflags/buildflags.h",
  "+device/vr/public/cpp/features.h",
  "+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",
  "+services/webnn/public/mojom/features.mojom-features.h",
  "+v8/include/v8.h"
]

specific_include_rules = {
  "child_thread_impl_browsertest\.*": [
    "+components/discardable_memory/service",
  ],
  "runtime_features.cc": [
    "+components/permissions/features.h",
  ],
}