summaryrefslogtreecommitdiffstats
path: root/ash/display/DEPS
blob: 66bd25dc270e10019e66eae565d53bb083ed5b7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include_rules = [
  "+ash/host",
]

specific_include_rules = {
  "display_color_manager_chromeos.cc": [
    "+third_party/qcms/src/qcms.h",
  ],
  "screen_orientation_controller_chromeos.h": [
    "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h",
  ],
}