| # Copyright 2025 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| source_set("display_util") { | |
| sources = [ | |
| "headless_display_util.cc", | |
| "headless_display_util.h", | |
| ] | |
| deps = [ | |
| "//base", | |
| "//ui/display", | |
| "//ui/gfx/geometry", | |
| ] | |
| } |