summaryrefslogtreecommitdiff
path: root/chromium/components/undo/DEPS
blob: 4719e7c8dd1e214f81af9698a53fcbc43df17e35 (plain)
1
2
3
4
5
6
7
8
9
10
11
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",
  "+ui/base",
]