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

Unified Diff: Source/core/core.gypi

Issue 1179223002: Implement autoplay gesture override experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fixed !autoplaying behavior + test. Created 5 years, 3 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: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index c04499dcbb5e44cea87b34f184008a32687f6f15..86fa38ad9939a2a5bd6c7bb05bb4dd9c89089fee 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -2588,6 +2588,10 @@
'input/TouchActionUtil.h',
],
'webcore_html_files': [
+ 'html/AutoplayExperimentConfig.cpp',
+ 'html/AutoplayExperimentConfig.h',
+ 'html/AutoplayExperimentHelper.cpp',
+ 'html/AutoplayExperimentHelper.h',
'html/ClassList.cpp',
'html/ClassList.h',
'html/CrossOriginAttribute.cpp',

Powered by Google App Engine
This is Rietveld 408576698