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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 2108403003: Measure whether muted videos that started playing with play() become visible at some point (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: this one is ready Created 4 years, 5 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 2826 matching lines...) Expand 10 before | Expand all | Expand 10 after
2837 'input/ScrollManager.cpp', 2837 'input/ScrollManager.cpp',
2838 'input/ScrollManager.h', 2838 'input/ScrollManager.h',
2839 'input/TouchActionUtil.cpp', 2839 'input/TouchActionUtil.cpp',
2840 'input/TouchActionUtil.h', 2840 'input/TouchActionUtil.h',
2841 'input/TouchEventManager.cpp', 2841 'input/TouchEventManager.cpp',
2842 'input/TouchEventManager.h', 2842 'input/TouchEventManager.h',
2843 ], 2843 ],
2844 'webcore_html_files': [ 2844 'webcore_html_files': [
2845 'html/AutoplayExperimentHelper.cpp', 2845 'html/AutoplayExperimentHelper.cpp',
2846 'html/AutoplayExperimentHelper.h', 2846 'html/AutoplayExperimentHelper.h',
2847 'html/AutoplayUmaHelper.cpp',
2848 'html/AutoplayUmaHelper.h',
2847 'html/ClassList.cpp', 2849 'html/ClassList.cpp',
2848 'html/ClassList.h', 2850 'html/ClassList.h',
2849 'html/CrossOriginAttribute.cpp', 2851 'html/CrossOriginAttribute.cpp',
2850 'html/CrossOriginAttribute.h', 2852 'html/CrossOriginAttribute.h',
2851 'html/DocumentNameCollection.cpp', 2853 'html/DocumentNameCollection.cpp',
2852 'html/DocumentNameCollection.h', 2854 'html/DocumentNameCollection.h',
2853 'html/FormAssociatedElement.cpp', 2855 'html/FormAssociatedElement.cpp',
2854 'html/FormData.cpp', 2856 'html/FormData.cpp',
2855 'html/FormData.h', 2857 'html/FormData.h',
2856 'html/HTMLAllCollection.cpp', 2858 'html/HTMLAllCollection.cpp',
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after
4193 'testing/PrivateScriptTestTest.cpp', 4195 'testing/PrivateScriptTestTest.cpp',
4194 'timing/MemoryInfoTest.cpp', 4196 'timing/MemoryInfoTest.cpp',
4195 'timing/PerformanceBaseTest.cpp', 4197 'timing/PerformanceBaseTest.cpp',
4196 'timing/PerformanceObserverTest.cpp', 4198 'timing/PerformanceObserverTest.cpp',
4197 'workers/WorkerThreadTest.cpp', 4199 'workers/WorkerThreadTest.cpp',
4198 'workers/WorkerThreadTestHelper.h', 4200 'workers/WorkerThreadTestHelper.h',
4199 'xml/parser/SharedBufferReaderTest.cpp', 4201 'xml/parser/SharedBufferReaderTest.cpp',
4200 ], 4202 ],
4201 } 4203 }
4202 } 4204 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698