| 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 847d3fc0377e90893d988dc8ec11b536e24f1517..8ef956d0f742b0a99318f86e88d5fba775f68ead 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
|
| @@ -20,6 +20,7 @@ blink_modules_sources("screen_orientation") {
|
| deps = [
|
| "//device/screen_orientation/public/interfaces:interfaces_blink",
|
| "//services/device/public/interfaces:constants_blink",
|
| + "//services/service_manager/public/cpp",
|
| "//third_party/WebKit/Source/platform",
|
| ]
|
| }
|
|
|