chromium/tools/win/chromeexts/DEPS

include_rules = [
  # Views debug code should avoid relying on //ui/views code to ensure debugger
  # extensions are resillient to version structure changes within the codebase.
  "+ui/views/debug",
  # Allows dependency to retrieve the crashpad-specific annotations from a
  # minidump and display them as part of the msedgede crashinfo command.
  '+third_party/crashpad/crashpad/client/annotation.h',
  '+third_party/crashpad/crashpad/minidump/minidump_extensions.h',
  '+third_party/crashpad/crashpad/snapshot/minidump/process_snapshot_minidump.h',
  '+third_party/crashpad/crashpad/util/file/file_reader.h',
]

specific_include_rules = {
  "gwp_asan_command.h": [
    "+components/gwp_asan/crash_handler/crash.pb.h",
  ],
  "gwp_asan_command.cc": [
    "+components/gwp_asan/crash_handler/crash_handler.h",
  ],
}