summaryrefslogtreecommitdiffstats
path: root/components/undo/DEPS
blob: a70c7a841c05fc71db69b106db610eda0bf843fe (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",
  "+grit/components_strings.h",
  "+ui/base",
]

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