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

# Copyright 2020 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("managed_device") {
  sources = [
    "navigator_managed_data.cc",
    "navigator_managed_data.h",
  ]

  public_deps = [ "//third_party/blink/renderer/platform" ]
}