blob: 134cf20d00fd1ec51a97c05dac0305f363f7ffdc [file] [log] [blame]
# 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",
]
}