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

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

Issue 2795783004: Move core MediaControls implementation to modules/media_controls/. (Closed)
Patch Set: rebase 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
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 58d2818b5aeb5cd3115ab530c81209e0b641d42b..9c8d699c6ff8c0b93fbe49a28a81c5498474a91d 100644
--- a/third_party/WebKit/Source/core/html/BUILD.gn
+++ b/third_party/WebKit/Source/core/html/BUILD.gn
@@ -375,6 +375,8 @@ blink_core_sources("html") {
"media/HTMLMediaElementControlsList.h",
"media/HTMLMediaSource.cpp",
"media/HTMLMediaSource.h",
+ "media/MediaControls.cpp",
+ "media/MediaControls.h",
"media/MediaCustomControlsFullscreenDetector.cpp",
"media/MediaCustomControlsFullscreenDetector.h",
"media/MediaDocument.cpp",
@@ -473,12 +475,8 @@ blink_core_sources("html") {
"shadow/MediaControlElementTypes.h",
"shadow/MediaControlElements.cpp",
"shadow/MediaControlElements.h",
- "shadow/MediaControls.cpp",
- "shadow/MediaControls.h",
"shadow/MediaControlsMediaEventListener.cpp",
"shadow/MediaControlsMediaEventListener.h",
- "shadow/MediaControlsOrientationLockDelegate.cpp",
- "shadow/MediaControlsOrientationLockDelegate.h",
"shadow/MediaControlsWindowEventListener.cpp",
"shadow/MediaControlsWindowEventListener.h",
"shadow/PickerIndicatorElement.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698