chromium/ash/wm/DEPS

include_rules = [
  "+components/app_restore",
]

specific_include_rules = {
  "non_client_frame_controller_unittest.cc": [
    # These tests inspect the DrawQuads in the CompositorFrame generated by the
    # compositor. So this needs to explicitly depend on cc.
    "+cc",
  ],
}