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

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

Issue 2556573003: Media: lock orientation when <video> goes fullscreen. (Closed)
Patch Set: with unit tests Created 4 years 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/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index 7dda8a13286aee8dabde18820e675bc68435cd1f..20bba3fad2825fe44cdf6d3d6c08b2825ff45bff 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1213,6 +1213,7 @@ source_set("unit_tests") {
"html/parser/HTMLTreeBuilderSimulatorTest.cpp",
"html/parser/HTMLViewSourceParserTest.cpp",
"html/parser/TextResourceDecoderTest.cpp",
+ "html/shadow/MediaControlsOrientationLockDelegateTest.cpp",
"html/shadow/MediaControlsTest.cpp",
"html/track/TextTrackListTest.cpp",
"html/track/vtt/BufferedLineReaderTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698