OLD | NEW |
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 2570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2581 'events/WindowEventContext.cpp', | 2581 'events/WindowEventContext.cpp', |
2582 'events/WindowEventContext.h', | 2582 'events/WindowEventContext.h', |
2583 'input/EventHandler.cpp', | 2583 'input/EventHandler.cpp', |
2584 'input/EventHandler.h', | 2584 'input/EventHandler.h', |
2585 'input/InputDeviceCapabilities.cpp', | 2585 'input/InputDeviceCapabilities.cpp', |
2586 'input/InputDeviceCapabilities.h', | 2586 'input/InputDeviceCapabilities.h', |
2587 'input/TouchActionUtil.cpp', | 2587 'input/TouchActionUtil.cpp', |
2588 'input/TouchActionUtil.h', | 2588 'input/TouchActionUtil.h', |
2589 ], | 2589 ], |
2590 'webcore_html_files': [ | 2590 'webcore_html_files': [ |
| 2591 'html/AutoplayExperimentConfig.cpp', |
| 2592 'html/AutoplayExperimentConfig.h', |
| 2593 'html/AutoplayExperimentHelper.cpp', |
| 2594 'html/AutoplayExperimentHelper.h', |
2591 'html/ClassList.cpp', | 2595 'html/ClassList.cpp', |
2592 'html/ClassList.h', | 2596 'html/ClassList.h', |
2593 'html/CrossOriginAttribute.cpp', | 2597 'html/CrossOriginAttribute.cpp', |
2594 'html/CrossOriginAttribute.h', | 2598 'html/CrossOriginAttribute.h', |
2595 'html/DOMFormData.cpp', | 2599 'html/DOMFormData.cpp', |
2596 'html/DOMFormData.h', | 2600 'html/DOMFormData.h', |
2597 'html/DocumentNameCollection.cpp', | 2601 'html/DocumentNameCollection.cpp', |
2598 'html/DocumentNameCollection.h', | 2602 'html/DocumentNameCollection.h', |
2599 'html/FormAssociatedElement.cpp', | 2603 'html/FormAssociatedElement.cpp', |
2600 'html/FormDataList.cpp', | 2604 'html/FormDataList.cpp', |
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3848 'style/OutlineValueTest.cpp', | 3852 'style/OutlineValueTest.cpp', |
3849 'style/SVGComputedStyleTest.cpp', | 3853 'style/SVGComputedStyleTest.cpp', |
3850 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3854 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3851 'testing/PrivateScriptTestTest.cpp', | 3855 'testing/PrivateScriptTestTest.cpp', |
3852 'timing/MemoryInfoTest.cpp', | 3856 'timing/MemoryInfoTest.cpp', |
3853 'workers/WorkerThreadTest.cpp', | 3857 'workers/WorkerThreadTest.cpp', |
3854 'xml/parser/SharedBufferReaderTest.cpp', | 3858 'xml/parser/SharedBufferReaderTest.cpp', |
3855 ], | 3859 ], |
3856 } | 3860 } |
3857 } | 3861 } |
OLD | NEW |