blob: 199ba357dd211f875a2bd9a5b49529dce32afae4 [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.
import("//third_party/WebKit/Source/modules/modules.gni")
blink_modules_sources("sensor") {
sources = [
"AbsoluteOrientationSensor.cpp",
"AbsoluteOrientationSensor.h",
"Accelerometer.cpp",
"Accelerometer.h",
"AmbientLightSensor.cpp",
"AmbientLightSensor.h",
"Gyroscope.cpp",
"Gyroscope.h",
"LinearAccelerationSensor.cpp",
"LinearAccelerationSensor.h",
"Magnetometer.cpp",
"Magnetometer.h",
"OrientationSensor.cpp",
"OrientationSensor.h",
"RelativeOrientationSensor.cpp",
"RelativeOrientationSensor.h",
"Sensor.cpp",
"Sensor.h",
"SensorErrorEvent.cpp",
"SensorErrorEvent.h",
"SensorProviderProxy.cpp",
"SensorProviderProxy.h",
"SensorProxy.cpp",
"SensorProxy.h",
"SensorReadingRemapper.cpp",
"SensorReadingRemapper.h",
]
deps = [
"//device/base/synchronization",
"//services/device/public/cpp/generic_sensor",
"//services/service_manager/public/cpp",
]
}