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

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: Use __func__ instead per styleguide 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 c51c6ff325ccfb62532fd78e1c573eb702a66efa..4c948869543604d52ec43bc4fec8d7c97b653df3 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",
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/media_controls/MediaControlsImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698