blob: 8460b99ad05aabd8abceccccd1c860fc9937bcb8 [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",
]
public_deps = [
"//third_party/blink/renderer/platform",
"//ui/display/mojom:mojom_blink",
]
}