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 2542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2553 'events/WheelEvent.cpp', | 2553 'events/WheelEvent.cpp', |
2554 'events/WheelEvent.h', | 2554 'events/WheelEvent.h', |
2555 'events/WindowEventContext.cpp', | 2555 'events/WindowEventContext.cpp', |
2556 'events/WindowEventContext.h', | 2556 'events/WindowEventContext.h', |
2557 'input/EventHandler.cpp', | 2557 'input/EventHandler.cpp', |
2558 'input/EventHandler.h', | 2558 'input/EventHandler.h', |
2559 'input/InputDevice.cpp', | 2559 'input/InputDevice.cpp', |
2560 'input/InputDevice.h', | 2560 'input/InputDevice.h', |
2561 ], | 2561 ], |
2562 'webcore_html_files': [ | 2562 'webcore_html_files': [ |
| 2563 'html/AutoplayExperimentHelper.cpp', |
| 2564 'html/AutoplayExperimentHelper.h', |
2563 'html/ClassList.cpp', | 2565 'html/ClassList.cpp', |
2564 'html/ClassList.h', | 2566 'html/ClassList.h', |
2565 'html/CrossOriginAttribute.cpp', | 2567 'html/CrossOriginAttribute.cpp', |
2566 'html/CrossOriginAttribute.h', | 2568 'html/CrossOriginAttribute.h', |
2567 'html/DOMFormData.cpp', | 2569 'html/DOMFormData.cpp', |
2568 'html/DOMFormData.h', | 2570 'html/DOMFormData.h', |
2569 'html/DocumentNameCollection.cpp', | 2571 'html/DocumentNameCollection.cpp', |
2570 'html/DocumentNameCollection.h', | 2572 'html/DocumentNameCollection.h', |
2571 'html/FormAssociatedElement.cpp', | 2573 'html/FormAssociatedElement.cpp', |
2572 'html/FormDataList.cpp', | 2574 'html/FormDataList.cpp', |
(...skipping 1244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3817 'style/OutlineValueTest.cpp', | 3819 'style/OutlineValueTest.cpp', |
3818 'style/SVGComputedStyleTest.cpp', | 3820 'style/SVGComputedStyleTest.cpp', |
3819 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3821 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3820 'testing/PrivateScriptTestTest.cpp', | 3822 'testing/PrivateScriptTestTest.cpp', |
3821 'timing/MemoryInfoTest.cpp', | 3823 'timing/MemoryInfoTest.cpp', |
3822 'workers/WorkerThreadTest.cpp', | 3824 'workers/WorkerThreadTest.cpp', |
3823 'xml/parser/SharedBufferReaderTest.cpp', | 3825 'xml/parser/SharedBufferReaderTest.cpp', |
3824 ], | 3826 ], |
3825 } | 3827 } |
3826 } | 3828 } |
OLD | NEW |