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

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

Issue 2813303005: [Blink>Media] Moving autoplay logic to AutoplayPolicy (Closed)
Patch Set: addressed nits 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
« no previous file with comments | « docs/media/autoplay.md ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « docs/media/autoplay.md ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698