chromium/third_party/blink/renderer/modules/screen_details/BUILD.gn

# Copyright 2019 The Chromium Authors
# 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_details") {
  sources = [
    "screen_detailed.cc",
    "screen_detailed.h",
    "screen_details.cc",
    "screen_details.h",
    "window_screen_details.cc",
    "window_screen_details.h",
  ]

  public_deps = [
    "//third_party/blink/renderer/platform",
    "//ui/display/mojom:mojom_blink",
  ]

  deps = [ "//third_party/blink/renderer/modules/permissions" ]
}