Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 mojom = "//device/generic_sensor/public/interfaces/sensor.mojom" | |
| 6 public_headers = [ | |
| 7 "//device/generic_sensor/platform_sensor_configuration.h", | |
| 8 "//device/generic_sensor/sensor_export.h", | |
| 9 ] | |
| 10 traits_headers = | |
| 11 [ "//device/generic_sensor/public/interfaces/sensor_struct_traits.h" ] | |
| 12 sources = [ | |
| 13 "//device/generic_sensor/public/interfaces/sensor_struct_traits.cc", | |
| 14 ] | |
| 15 type_mappings = | |
| 16 [ "device.mojom.SensorConfiguration=device::PlatformSensorConfiguration" ] | |
|
Reilly Grant (use Gerrit)
2016/08/11 20:59:37
Unless an automatic formatting tool did this I wou
Mikhail
2016/08/12 10:21:48
this comes from 'git cl format'
| |
| OLD | NEW |