blob: f8bba709752224c62ae73857c271db491a12b072 [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("screen_info") {
sources = [
"headless_screen_info.cc",
"headless_screen_info.h",
]
deps = [
"//base",
"//third_party/re2",
"//ui/gfx/geometry/",
]
}
source_set("unit_tests") {
testonly = true
sources = [ "headless_screen_info_unittest.cc" ]
deps = [
":screen_info",
"//base/test:test_support",
"//testing/gmock",
"//testing/gtest",
]
}