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

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

Issue 2780403004: Create core/html/media/ and move auxiliary media files in it. (Closed)
Patch Set: actually add autoplay files Created 3 years, 9 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/core/BUILD.gn
diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
index c8cabb491b2f50668b86b0e8b56a502bc5508b10..acd23bf5fdc592254a42661d8be3663cc7633529 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -1225,7 +1225,6 @@ source_set("unit_tests") {
"frame/csp/MediaListDirectiveTest.cpp",
"frame/csp/SourceListDirectiveTest.cpp",
"geometry/DOMMatrixTest.cpp",
- "html/AutoplayUmaHelperTest.cpp",
"html/FormDataTest.cpp",
"html/HTMLDimensionTest.cpp",
"html/HTMLEmbedElementTest.cpp",
@@ -1246,7 +1245,6 @@ source_set("unit_tests") {
"html/ImageDataTest.cpp",
"html/ImageDocumentTest.cpp",
"html/LinkRelAttributeTest.cpp",
- "html/MediaCustomControlsFullscreenDetectorTest.cpp",
"html/TextControlElementTest.cpp",
"html/TimeRangesTest.cpp",
"html/canvas/CanvasAsyncBlobCreatorTest.cpp",
@@ -1256,6 +1254,8 @@ source_set("unit_tests") {
"html/forms/OptionListTest.cpp",
"html/forms/PasswordInputTypeTest.cpp",
"html/forms/StepRangeTest.cpp",
+ "html/media/AutoplayUmaHelperTest.cpp",
+ "html/media/MediaCustomControlsFullscreenDetectorTest.cpp",
"html/parser/AtomicHTMLTokenTest.cpp",
"html/parser/CSSPreloadScannerTest.cpp",
"html/parser/CompactHTMLTokenTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698