blob: 46fc9b9f37c86a19b71df177ea6b923c11d04d60 [file] [log] [blame]
# Copyright 2016 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.
mojom = "//services/device/public/mojom/sensor.mojom"
public_headers = [
"//services/device/public/cpp/generic_sensor/platform_sensor_configuration.h",
]
public_deps = [
"//services/device/public/cpp/generic_sensor:sensor_configuration",
]
traits_headers =
[ "//services/device/public/cpp/generic_sensor/sensor_mojom_traits.h" ]
sources = [
"//services/device/public/cpp/generic_sensor/sensor_mojom_traits.cc",
]
type_mappings =
[ "device.mojom.SensorConfiguration=device::PlatformSensorConfiguration" ]