Chromium Code Reviews

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

Issue 2813303005: [Blink>Media] Moving autoplay logic to AutoplayPolicy (Closed)
Patch Set: docs Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 66703ff18cf00305c6bda8e5e54d2e029733e5f5..c5da3cc7be9977375dd01593db84ad9d8deb4ada 100644
--- a/third_party/WebKit/Source/core/html/BUILD.gn
+++ b/third_party/WebKit/Source/core/html/BUILD.gn
@@ -389,6 +389,8 @@ blink_core_sources("html") {
"imports/HTMLImportsController.h",
"imports/LinkImport.cpp",
"imports/LinkImport.h",
+ "media/AutoplayPolicy.cpp",
+ "media/AutoplayPolicy.h",
"media/AutoplayUmaHelper.cpp",
"media/AutoplayUmaHelper.h",
"media/HTMLMediaElementControlsList.cpp",

Powered by Google App Engine