Index: third_party/WebKit/Source/modules/screen_orientation/BUILD.gn |
diff --git a/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn b/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn |
index 863fe412e604317149a8a0177592f2048bba15c6..847d3fc0377e90893d988dc8ec11b536e24f1517 100644 |
--- a/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn |
+++ b/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn |
@@ -17,4 +17,9 @@ blink_modules_sources("screen_orientation") { |
"ScreenScreenOrientation.cpp", |
"ScreenScreenOrientation.h", |
] |
+ deps = [ |
+ "//device/screen_orientation/public/interfaces:interfaces_blink", |
+ "//services/device/public/interfaces:constants_blink", |
+ "//third_party/WebKit/Source/platform", |
+ ] |
} |