summaryrefslogtreecommitdiffstats
path: root/components/bookmarks/DEPS
blob: 7b35635701412856ec023aee71e35cc136f05529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_rules = [
  # Bookmarks is a component that is not allowed to uses content/ so that it
  # can be shared on iOS.
  "-content",
  "+components/favicon_base",
  "+components/query_parser",
  "+components/startup_metric_utils",
  "+components/user_prefs",
  "+grit/component_strings.h",
  "+net/base",
  "+ui",
]