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

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

Powered by Google App Engine
This is Rietveld 408576698