| 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 2580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2591 'events/WindowEventContext.cpp', | 2591 'events/WindowEventContext.cpp', |
| 2592 'events/WindowEventContext.h', | 2592 'events/WindowEventContext.h', |
| 2593 'input/EventHandler.cpp', | 2593 'input/EventHandler.cpp', |
| 2594 'input/EventHandler.h', | 2594 'input/EventHandler.h', |
| 2595 'input/InputDeviceCapabilities.cpp', | 2595 'input/InputDeviceCapabilities.cpp', |
| 2596 'input/InputDeviceCapabilities.h', | 2596 'input/InputDeviceCapabilities.h', |
| 2597 'input/TouchActionUtil.cpp', | 2597 'input/TouchActionUtil.cpp', |
| 2598 'input/TouchActionUtil.h', | 2598 'input/TouchActionUtil.h', |
| 2599 ], | 2599 ], |
| 2600 'webcore_html_files': [ | 2600 'webcore_html_files': [ |
| 2601 'html/AutoplayExperimentConfig.cpp', |
| 2602 'html/AutoplayExperimentConfig.h', |
| 2603 'html/AutoplayExperimentHelper.cpp', |
| 2604 'html/AutoplayExperimentHelper.h', |
| 2601 'html/ClassList.cpp', | 2605 'html/ClassList.cpp', |
| 2602 'html/ClassList.h', | 2606 'html/ClassList.h', |
| 2603 'html/CrossOriginAttribute.cpp', | 2607 'html/CrossOriginAttribute.cpp', |
| 2604 'html/CrossOriginAttribute.h', | 2608 'html/CrossOriginAttribute.h', |
| 2605 'html/DocumentNameCollection.cpp', | 2609 'html/DocumentNameCollection.cpp', |
| 2606 'html/DocumentNameCollection.h', | 2610 'html/DocumentNameCollection.h', |
| 2607 'html/FormAssociatedElement.cpp', | 2611 'html/FormAssociatedElement.cpp', |
| 2608 'html/FormData.cpp', | 2612 'html/FormData.cpp', |
| 2609 'html/FormData.h', | 2613 'html/FormData.h', |
| 2610 'html/FormDataList.cpp', | 2614 'html/FormDataList.cpp', |
| (...skipping 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3860 'style/OutlineValueTest.cpp', | 3864 'style/OutlineValueTest.cpp', |
| 3861 'style/SVGComputedStyleTest.cpp', | 3865 'style/SVGComputedStyleTest.cpp', |
| 3862 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3866 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3863 'testing/PrivateScriptTestTest.cpp', | 3867 'testing/PrivateScriptTestTest.cpp', |
| 3864 'timing/MemoryInfoTest.cpp', | 3868 'timing/MemoryInfoTest.cpp', |
| 3865 'workers/WorkerThreadTest.cpp', | 3869 'workers/WorkerThreadTest.cpp', |
| 3866 'xml/parser/SharedBufferReaderTest.cpp', | 3870 'xml/parser/SharedBufferReaderTest.cpp', |
| 3867 ], | 3871 ], |
| 3868 } | 3872 } |
| 3869 } | 3873 } |
| OLD | NEW |