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

Unified Diff: third_party/WebKit/Source/modules/media_controls/BUILD.gn

Issue 2830653002: Media Controls: move volume slider to modules/. (Closed)
Patch Set: _ Created 3 years, 8 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/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 fcd79b6e91742d8e37f5417899c9b5928e93cd3c..c51c6ff325ccfb62532fd78e1c573eb702a66efa 100644
--- a/third_party/WebKit/Source/modules/media_controls/BUILD.gn
+++ b/third_party/WebKit/Source/modules/media_controls/BUILD.gn
@@ -50,5 +50,7 @@ blink_modules_sources("media_controls") {
"elements/MediaControlTimelineMetrics.h",
"elements/MediaControlToggleClosedCaptionsButtonElement.cpp",
"elements/MediaControlToggleClosedCaptionsButtonElement.h",
+ "elements/MediaControlVolumeSliderElement.cpp",
+ "elements/MediaControlVolumeSliderElement.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698