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

Side by Side 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: CL feedback. 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 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 2575 matching lines...) Expand 10 before | Expand all | Expand 10 after
2586 'events/WindowEventContext.cpp', 2586 'events/WindowEventContext.cpp',
2587 'events/WindowEventContext.h', 2587 'events/WindowEventContext.h',
2588 'input/EventHandler.cpp', 2588 'input/EventHandler.cpp',
2589 'input/EventHandler.h', 2589 'input/EventHandler.h',
2590 'input/InputDeviceCapabilities.cpp', 2590 'input/InputDeviceCapabilities.cpp',
2591 'input/InputDeviceCapabilities.h', 2591 'input/InputDeviceCapabilities.h',
2592 'input/TouchActionUtil.cpp', 2592 'input/TouchActionUtil.cpp',
2593 'input/TouchActionUtil.h', 2593 'input/TouchActionUtil.h',
2594 ], 2594 ],
2595 'webcore_html_files': [ 2595 'webcore_html_files': [
2596 'html/AutoplayExperimentConfig.cpp',
2597 'html/AutoplayExperimentConfig.h',
2598 'html/AutoplayExperimentHelper.cpp',
2599 'html/AutoplayExperimentHelper.h',
2596 'html/ClassList.cpp', 2600 'html/ClassList.cpp',
2597 'html/ClassList.h', 2601 'html/ClassList.h',
2598 'html/CrossOriginAttribute.cpp', 2602 'html/CrossOriginAttribute.cpp',
2599 'html/CrossOriginAttribute.h', 2603 'html/CrossOriginAttribute.h',
2600 'html/DOMFormData.cpp', 2604 'html/DOMFormData.cpp',
2601 'html/DOMFormData.h', 2605 'html/DOMFormData.h',
2602 'html/DocumentNameCollection.cpp', 2606 'html/DocumentNameCollection.cpp',
2603 'html/DocumentNameCollection.h', 2607 'html/DocumentNameCollection.h',
2604 'html/FormAssociatedElement.cpp', 2608 'html/FormAssociatedElement.cpp',
2605 'html/FormDataList.cpp', 2609 'html/FormDataList.cpp',
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
3853 'style/OutlineValueTest.cpp', 3857 'style/OutlineValueTest.cpp',
3854 'style/SVGComputedStyleTest.cpp', 3858 'style/SVGComputedStyleTest.cpp',
3855 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3859 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3856 'testing/PrivateScriptTestTest.cpp', 3860 'testing/PrivateScriptTestTest.cpp',
3857 'timing/MemoryInfoTest.cpp', 3861 'timing/MemoryInfoTest.cpp',
3858 'workers/WorkerThreadTest.cpp', 3862 'workers/WorkerThreadTest.cpp',
3859 'xml/parser/SharedBufferReaderTest.cpp', 3863 'xml/parser/SharedBufferReaderTest.cpp',
3860 ], 3864 ],
3861 } 3865 }
3862 } 3866 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698