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