| Index: third_party/WebKit/Source/modules/media_controls/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/modules/media_controls/BUILD.gn b/third_party/WebKit/Source/modules/media_controls/BUILD.gn
|
| index 93e1c664fd7c62812d8a426516b74d362d5d721e..b66a513e5a8be22b88d57f2816621727e7e2aacd 100644
|
| --- a/third_party/WebKit/Source/modules/media_controls/BUILD.gn
|
| +++ b/third_party/WebKit/Source/modules/media_controls/BUILD.gn
|
| @@ -10,5 +10,7 @@ blink_modules_sources("media_controls") {
|
| "MediaControlsImpl.h",
|
| "MediaControlsOrientationLockDelegate.cpp",
|
| "MediaControlsOrientationLockDelegate.h",
|
| + "MediaControlsWindowEventListener.cpp",
|
| + "MediaControlsWindowEventListener.h",
|
| ]
|
| }
|
|
|