| Index: device/sensors/BUILD.gn
|
| diff --git a/device/sensors/BUILD.gn b/device/sensors/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e8759f71933f12e0f32f60a4b58373bcfb2f919d
|
| --- /dev/null
|
| +++ b/device/sensors/BUILD.gn
|
| @@ -0,0 +1,18 @@
|
| +# 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("sensors") {
|
| + sources = [
|
| + "sensor_export.h",
|
| + "sensor_service.cc",
|
| + "sensor_service.h",
|
| + ]
|
| +
|
| + defines = [ "DEVICE_SENSORS_IMPLEMENTATION" ]
|
| +
|
| + deps = [
|
| + "//base",
|
| + "//device/sensors/mojo",
|
| + ]
|
| +}
|
|
|