summaryrefslogtreecommitdiffstats
path: root/components/wallpaper/DEPS
blob: 4dfc34042389b721fdc2b1aa00982b3faef6918e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include_rules = [
  "+skia/ext",
  "+third_party/skia/include",
  "+ui/gfx",
]

specific_include_rules = {
  "wallpaper_resizer_unittest\.cc": [
    "+testing/gtest/include/gtest",
  ],
  "wallpaper_manager_base\.*": [
    "+chromeos",
    "+components/signin/core/account_id/account_id.h",
    "+components/user_manager",
  ],
}