summaryrefslogtreecommitdiff
path: root/chromium/components/undo/DEPS
blob: 95c6471b5fdf0605bacdb19bff11dfd0b877015d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_rules = [
  # undo component is used on iOS and desktop and thus must not depends on
  # system-specific directories.
  "-content",
  "-ios",

  "+components/bookmarks/browser",
  "+components/keyed_service/core",
  "+components/strings/grit/components_strings.h",
  "+ui/base",
]

specific_include_rules = {
  ".*_test\.cc": [
    "+components/bookmarks/test",
  ],
}