blob: ef638cfec32379c619d637ba4893da5ede8b6cd2 [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.
source_set("cpp") {
sources = [
"sensor_reading.cc",
"sensor_reading.h",
]
deps = [
"//base",
"//device/base/synchronization",
"//device/generic_sensor/public/interfaces",
]
}