| 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 c4401f276d0bfa82f2853c0c4ffae2d3cfe848d1..39bf6d609d2503b557a89f96954bb009e56a95f6 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/BUILD.gn
|
| @@ -15,4 +15,8 @@ blink_modules_sources("screen_orientation") {
|
| "ScreenScreenOrientation.cpp",
|
| "ScreenScreenOrientation.h",
|
| ]
|
| +
|
| + deps = [
|
| + "//device/screen_orientation/public/interfaces:interfaces_blink",
|
| + ]
|
| }
|
|
|