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

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: rebased. 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 2585 matching lines...) Expand 10 before | Expand all | Expand 10 after
2596 'events/WindowEventContext.cpp', 2596 'events/WindowEventContext.cpp',
2597 'events/WindowEventContext.h', 2597 'events/WindowEventContext.h',
2598 'input/EventHandler.cpp', 2598 'input/EventHandler.cpp',
2599 'input/EventHandler.h', 2599 'input/EventHandler.h',
2600 'input/InputDeviceCapabilities.cpp', 2600 'input/InputDeviceCapabilities.cpp',
2601 'input/InputDeviceCapabilities.h', 2601 'input/InputDeviceCapabilities.h',
2602 'input/TouchActionUtil.cpp', 2602 'input/TouchActionUtil.cpp',
2603 'input/TouchActionUtil.h', 2603 'input/TouchActionUtil.h',
2604 ], 2604 ],
2605 'webcore_html_files': [ 2605 'webcore_html_files': [
2606 'html/AutoplayExperimentConfig.cpp',
2607 'html/AutoplayExperimentConfig.h',
2608 'html/AutoplayExperimentHelper.cpp',
2609 'html/AutoplayExperimentHelper.h',
2606 'html/ClassList.cpp', 2610 'html/ClassList.cpp',
2607 'html/ClassList.h', 2611 'html/ClassList.h',
2608 'html/CrossOriginAttribute.cpp', 2612 'html/CrossOriginAttribute.cpp',
2609 'html/CrossOriginAttribute.h', 2613 'html/CrossOriginAttribute.h',
2610 'html/DocumentNameCollection.cpp', 2614 'html/DocumentNameCollection.cpp',
2611 'html/DocumentNameCollection.h', 2615 'html/DocumentNameCollection.h',
2612 'html/FormAssociatedElement.cpp', 2616 'html/FormAssociatedElement.cpp',
2613 'html/FormData.cpp', 2617 'html/FormData.cpp',
2614 'html/FormData.h', 2618 'html/FormData.h',
2615 'html/HTMLAllCollection.cpp', 2619 'html/HTMLAllCollection.cpp',
(...skipping 1250 matching lines...) Expand 10 before | Expand all | Expand 10 after
3866 'style/OutlineValueTest.cpp', 3870 'style/OutlineValueTest.cpp',
3867 'style/SVGComputedStyleTest.cpp', 3871 'style/SVGComputedStyleTest.cpp',
3868 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3872 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3869 'testing/PrivateScriptTestTest.cpp', 3873 'testing/PrivateScriptTestTest.cpp',
3870 'timing/MemoryInfoTest.cpp', 3874 'timing/MemoryInfoTest.cpp',
3871 'workers/WorkerThreadTest.cpp', 3875 'workers/WorkerThreadTest.cpp',
3872 'xml/parser/SharedBufferReaderTest.cpp', 3876 'xml/parser/SharedBufferReaderTest.cpp',
3873 ], 3877 ],
3874 } 3878 }
3875 } 3879 }
OLDNEW
« no previous file with comments | « LayoutTests/media/video-autoplay-experiment-modes-expected.txt ('k') | Source/core/frame/Settings.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698