| Index: device/sensors/public/cpp/BUILD.gn
|
| diff --git a/device/sensors/public/cpp/BUILD.gn b/device/sensors/public/cpp/BUILD.gn
|
| index a6d0ed87ed603f3430399884f76305352564e53c..ac26932138c0bd66d22d24cc8aee5a57443e8960 100644
|
| --- a/device/sensors/public/cpp/BUILD.gn
|
| +++ b/device/sensors/public/cpp/BUILD.gn
|
| @@ -39,8 +39,13 @@ source_set("full") {
|
| "device_sensors_consts.h",
|
| "device_util_mac.cc",
|
| "device_util_mac.h",
|
| + "shared_memory_seqlock_reader.cc",
|
| + "shared_memory_seqlock_reader.h",
|
| ]
|
|
|
| + deps = [
|
| + "//base",
|
| + ]
|
| public_deps = [
|
| ":shared_with_blink",
|
| "//device/base/synchronization",
|
|
|