blob: fe1a04ede6d591dc8bce6a9fdc9e64f7976dd4c4 [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//third_party/blink/renderer/modules/modules.gni")
blink_modules_sources("screen_enumeration") {
sources = [
"global_screen_enumeration.cc",
"global_screen_enumeration.h",
"screen_advanced.cc",
"screen_advanced.h",
"screens.cc",
"screens.h",
"window_screens.cc",
"window_screens.h",
]
public_deps = [
"//third_party/blink/renderer/platform",
"//ui/display/mojom:mojom_blink",
]
deps = [ "//third_party/blink/renderer/modules/permissions" ]
}