chromium/components/bookmarks/DEPS

include_rules = [
  "+components/bookmarks/common/android/bookmarks_jni_headers",
  "+components/favicon_base",
  "+components/keyed_service",
  "+components/pref_registry",
  "+components/prefs",
  "+components/query_parser",
  "+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",
  "+components/url_formatter",
  "+net/base",
  "+ui",
]

specific_include_rules = {
  "bookmark_model_unittest.cc": [
    "+third_party/skia",
  ]
}