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

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: clean up in a unload event listener 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 2828 matching lines...) Expand 10 before | Expand all | Expand 10 after
2839 'input/ScrollManager.cpp', 2839 'input/ScrollManager.cpp',
2840 'input/ScrollManager.h', 2840 'input/ScrollManager.h',
2841 'input/TouchActionUtil.cpp', 2841 'input/TouchActionUtil.cpp',
2842 'input/TouchActionUtil.h', 2842 'input/TouchActionUtil.h',
2843 'input/TouchEventManager.cpp', 2843 'input/TouchEventManager.cpp',
2844 'input/TouchEventManager.h', 2844 'input/TouchEventManager.h',
2845 ], 2845 ],
2846 'webcore_html_files': [ 2846 'webcore_html_files': [
2847 'html/AutoplayExperimentHelper.cpp', 2847 'html/AutoplayExperimentHelper.cpp',
2848 'html/AutoplayExperimentHelper.h', 2848 'html/AutoplayExperimentHelper.h',
2849 'html/AutoplayUmaHelper.cpp',
2850 'html/AutoplayUmaHelper.h',
2849 'html/ClassList.cpp', 2851 'html/ClassList.cpp',
2850 'html/ClassList.h', 2852 'html/ClassList.h',
2851 'html/CrossOriginAttribute.cpp', 2853 'html/CrossOriginAttribute.cpp',
2852 'html/CrossOriginAttribute.h', 2854 'html/CrossOriginAttribute.h',
2853 'html/DocumentNameCollection.cpp', 2855 'html/DocumentNameCollection.cpp',
2854 'html/DocumentNameCollection.h', 2856 'html/DocumentNameCollection.h',
2855 'html/FormAssociatedElement.cpp', 2857 'html/FormAssociatedElement.cpp',
2856 'html/FormData.cpp', 2858 'html/FormData.cpp',
2857 'html/FormData.h', 2859 'html/FormData.h',
2858 'html/HTMLAllCollection.cpp', 2860 'html/HTMLAllCollection.cpp',
(...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after
4204 'testing/PrivateScriptTestTest.cpp', 4206 'testing/PrivateScriptTestTest.cpp',
4205 'timing/MemoryInfoTest.cpp', 4207 'timing/MemoryInfoTest.cpp',
4206 'timing/PerformanceBaseTest.cpp', 4208 'timing/PerformanceBaseTest.cpp',
4207 'timing/PerformanceObserverTest.cpp', 4209 'timing/PerformanceObserverTest.cpp',
4208 'workers/WorkerThreadTest.cpp', 4210 'workers/WorkerThreadTest.cpp',
4209 'workers/WorkerThreadTestHelper.h', 4211 'workers/WorkerThreadTestHelper.h',
4210 'xml/parser/SharedBufferReaderTest.cpp', 4212 'xml/parser/SharedBufferReaderTest.cpp',
4211 ], 4213 ],
4212 } 4214 }
4213 } 4215 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698