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

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

Issue 2830713003: [Media controls] Add rotate-to-fullscreen gesture behind flag (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 7ebea559fc490d892c83e0a6252a368c948119d7..8838cb8fbc090dd9ff3ff6747c41b2836a40debd 100644
--- a/third_party/WebKit/Source/modules/media_controls/BUILD.gn
+++ b/third_party/WebKit/Source/modules/media_controls/BUILD.gn
@@ -12,6 +12,8 @@ blink_modules_sources("media_controls") {
"MediaControlsMediaEventListener.h",
"MediaControlsOrientationLockDelegate.cpp",
"MediaControlsOrientationLockDelegate.h",
+ "MediaControlsRotateToFullscreenDelegate.cpp",
+ "MediaControlsRotateToFullscreenDelegate.h",
"MediaControlsWindowEventListener.cpp",
"MediaControlsWindowEventListener.h",
"elements/MediaControlCastButtonElement.cpp",

Powered by Google App Engine
This is Rietveld 408576698