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

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

Issue 1370723002: Include viewport visibility checks for autoplay experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased. Created 5 years, 1 month 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 2636 matching lines...) Expand 10 before | Expand all | Expand 10 after
2647 'events/WindowEventContext.cpp', 2647 'events/WindowEventContext.cpp',
2648 'events/WindowEventContext.h', 2648 'events/WindowEventContext.h',
2649 'input/EventHandler.cpp', 2649 'input/EventHandler.cpp',
2650 'input/EventHandler.h', 2650 'input/EventHandler.h',
2651 'input/InputDeviceCapabilities.cpp', 2651 'input/InputDeviceCapabilities.cpp',
2652 'input/InputDeviceCapabilities.h', 2652 'input/InputDeviceCapabilities.h',
2653 'input/TouchActionUtil.cpp', 2653 'input/TouchActionUtil.cpp',
2654 'input/TouchActionUtil.h', 2654 'input/TouchActionUtil.h',
2655 ], 2655 ],
2656 'webcore_html_files': [ 2656 'webcore_html_files': [
2657 'html/AutoplayExperimentConfig.cpp',
2658 'html/AutoplayExperimentConfig.h',
2659 'html/AutoplayExperimentHelper.cpp', 2657 'html/AutoplayExperimentHelper.cpp',
2660 'html/AutoplayExperimentHelper.h', 2658 'html/AutoplayExperimentHelper.h',
2661 'html/ClassList.cpp', 2659 'html/ClassList.cpp',
2662 'html/ClassList.h', 2660 'html/ClassList.h',
2663 'html/CrossOriginAttribute.cpp', 2661 'html/CrossOriginAttribute.cpp',
2664 'html/CrossOriginAttribute.h', 2662 'html/CrossOriginAttribute.h',
2665 'html/DocumentNameCollection.cpp', 2663 'html/DocumentNameCollection.cpp',
2666 'html/DocumentNameCollection.h', 2664 'html/DocumentNameCollection.h',
2667 'html/FormAssociatedElement.cpp', 2665 'html/FormAssociatedElement.cpp',
2668 'html/FormData.cpp', 2666 'html/FormData.cpp',
(...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
3908 'style/SVGComputedStyleTest.cpp', 3906 'style/SVGComputedStyleTest.cpp',
3909 'svg/SVGPathParserTest.cpp', 3907 'svg/SVGPathParserTest.cpp',
3910 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3908 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3911 'testing/PrivateScriptTestTest.cpp', 3909 'testing/PrivateScriptTestTest.cpp',
3912 'timing/MemoryInfoTest.cpp', 3910 'timing/MemoryInfoTest.cpp',
3913 'workers/WorkerThreadTest.cpp', 3911 'workers/WorkerThreadTest.cpp',
3914 'xml/parser/SharedBufferReaderTest.cpp', 3912 'xml/parser/SharedBufferReaderTest.cpp',
3915 ], 3913 ],
3916 } 3914 }
3917 } 3915 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698