Index: third_party/WebKit/Source/modules/device_orientation/BUILD.gn |
diff --git a/third_party/WebKit/Source/modules/device_orientation/BUILD.gn b/third_party/WebKit/Source/modules/device_orientation/BUILD.gn |
index 9a3c589d4c3d51efb0c4d2cde7b478dd2069264d..55354d614a471a2618134de0495aff9945081f2c 100644 |
--- a/third_party/WebKit/Source/modules/device_orientation/BUILD.gn |
+++ b/third_party/WebKit/Source/modules/device_orientation/BUILD.gn |
@@ -31,4 +31,8 @@ blink_modules_sources("device_orientation") { |
"DeviceRotationRate.cpp", |
"DeviceRotationRate.h", |
] |
+ |
+ deps = [ |
+ "//device/sensors/public/cpp:shared_with_blink", |
+ ] |
} |