chromium/components/undo/DEPS

include_rules = [
  # undo component is used on iOS and desktop and thus must not depends on
  # system-specific directories.
  "-content",
  "-ios",

  "+components/bookmarks",
  "+components/keyed_service/core",
  "+components/strings/grit/components_strings.h",
  # TODO(crbug.com/40943550): Remove this dependency once the feature toggle is
  # cleaned up.
  "+components/sync/base/features.h",
  "+ui/base",
]