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

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

Issue 2477203002: Media Controls: delegate 'volumechange' and 'focusin' handling to an EventListener. (Closed)
Patch Set: add comment Created 4 years, 1 month 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 8f8632ee84ddb536710df92e9eca32e0016318fb..48ede6b3f844c582aad4d97310c30c04850e21ff 100644
--- a/third_party/WebKit/Source/core/html/BUILD.gn
+++ b/third_party/WebKit/Source/core/html/BUILD.gn
@@ -446,6 +446,8 @@ blink_core_sources("html") {
"shadow/MediaControlElements.h",
"shadow/MediaControls.cpp",
"shadow/MediaControls.h",
+ "shadow/MediaControlsMediaEventListener.cpp",
+ "shadow/MediaControlsMediaEventListener.h",
"shadow/MediaControlsWindowEventListener.cpp",
"shadow/MediaControlsWindowEventListener.h",
"shadow/PickerIndicatorElement.cpp",

Powered by Google App Engine
This is Rietveld 408576698