blob: 0bfbee68a8c1ecd78b745ea78ed09f38abedb239 [file] [log] [blame]
# Copyright 2020 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("device") {
sources = [
"device_service.cc",
"device_service.h",
]
public_deps = [ "//third_party/blink/renderer/platform" ]
}