summaryrefslogtreecommitdiff
path: root/chromium/content/browser/web_contents/DEPS
blob: 0a7076fd9840de4613c893ee1ac3efa07ea9a551 (plain)
1
2
3
4
5
6
7
8
9
10
specific_include_rules = {
  ".*_mac.*": [
    "+components/remote_cocoa",
    "+content/app_shim_remote_cocoa",
  ],
  "web_contents_view_aura_unittest.cc": [
    "+ui/ozone/buildflags.h",
    "+ui/ozone/public/ozone_platform.h",
  ],
}