1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14

ash / display / DEPS [blame]

include_rules = [
  "+ash/host",
  "+components/device_event_log",
]

specific_include_rules = {
  "display_color_manager.cc": [
    "+third_party/zlib/google/compression_utils.h",
  ],
  "refresh_rate_controller_unittest.cc": [
    "+chromeos/ash/components/display",
    "+chromeos/ash/components/game_mode",
  ]
}