| Index: device/sensors/public/cpp/BUILD.gn
|
| diff --git a/device/sensors/public/cpp/BUILD.gn b/device/sensors/public/cpp/BUILD.gn
|
| index 8a930264a446302b95b30574656e0b370640b5a0..df9b33e950e24e8576fc420062ca47774e80eb2b 100644
|
| --- a/device/sensors/public/cpp/BUILD.gn
|
| +++ b/device/sensors/public/cpp/BUILD.gn
|
| @@ -11,10 +11,13 @@ source_set("cpp") {
|
| "device_sensors_consts.h",
|
| "device_util_mac.cc",
|
| "device_util_mac.h",
|
| + "motion_data.cc",
|
| + "motion_data.h",
|
| + "orientation_data.cc",
|
| + "orientation_data.h",
|
| ]
|
|
|
| public_deps = [
|
| "//device/base/synchronization",
|
| - "//third_party/WebKit/public:blink_headers",
|
| ]
|
| }
|
|
|