blob: 02d42c0ab9979d7bbbc4cff3f5b8a3df28667f9f [file] [log] [blame]
# 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" ]
}