Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Unified Diff: third_party/WebKit/Source/core/html/BUILD.gn

Issue 2382233002: Hide overflow menu/closed caption list when clicking outside the list (Closed)
Patch Set: applied Mounir's comments Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/html/BUILD.gn
diff --git a/third_party/WebKit/Source/core/html/BUILD.gn b/third_party/WebKit/Source/core/html/BUILD.gn
index 5623ff8e6dabb5f706f8ac9cd2cd8132ac31abe4..6d3fa13e388bc65cf5f0d16cd7fda253650ae340 100644
--- a/third_party/WebKit/Source/core/html/BUILD.gn
+++ b/third_party/WebKit/Source/core/html/BUILD.gn
@@ -444,6 +444,8 @@ blink_core_sources("html") {
"shadow/MediaControlElements.h",
"shadow/MediaControls.cpp",
"shadow/MediaControls.h",
+ "shadow/MediaControlsWindowEventListener.cpp",
+ "shadow/MediaControlsWindowEventListener.h",
"shadow/PickerIndicatorElement.cpp",
"shadow/PickerIndicatorElement.h",
"shadow/ProgressShadowElement.cpp",

Powered by Google App Engine
This is Rietveld 408576698