| 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 3795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3806 'html/HTMLImageElementTest.cpp', | 3806 'html/HTMLImageElementTest.cpp', |
| 3807 'html/HTMLInputElementTest.cpp', | 3807 'html/HTMLInputElementTest.cpp', |
| 3808 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3808 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3809 'html/HTMLSelectElementTest.cpp', | 3809 'html/HTMLSelectElementTest.cpp', |
| 3810 'html/HTMLTableRowElementTest.cpp', | 3810 'html/HTMLTableRowElementTest.cpp', |
| 3811 'html/HTMLTextFormControlElementTest.cpp', | 3811 'html/HTMLTextFormControlElementTest.cpp', |
| 3812 'html/LinkRelAttributeTest.cpp', | 3812 'html/LinkRelAttributeTest.cpp', |
| 3813 'html/TimeRangesTest.cpp', | 3813 'html/TimeRangesTest.cpp', |
| 3814 'html/canvas/CanvasFontCacheTest.cpp', | 3814 'html/canvas/CanvasFontCacheTest.cpp', |
| 3815 'html/forms/FileInputTypeTest.cpp', | 3815 'html/forms/FileInputTypeTest.cpp', |
| 3816 'html/parser/HTMLEntityParserTest.cpp', | |
| 3817 'html/parser/HTMLParserThreadTest.cpp', | 3816 'html/parser/HTMLParserThreadTest.cpp', |
| 3818 'html/parser/HTMLPreloadScannerTest.cpp', | 3817 'html/parser/HTMLPreloadScannerTest.cpp', |
| 3819 'html/parser/HTMLResourcePreloaderTest.cpp', | 3818 'html/parser/HTMLResourcePreloaderTest.cpp', |
| 3820 'html/parser/HTMLSrcsetParserTest.cpp', | 3819 'html/parser/HTMLSrcsetParserTest.cpp', |
| 3821 'html/shadow/MediaControlsTest.cpp', | 3820 'html/shadow/MediaControlsTest.cpp', |
| 3822 'html/track/vtt/BufferedLineReaderTest.cpp', | 3821 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3823 'html/track/vtt/VTTScannerTest.cpp', | 3822 'html/track/vtt/VTTScannerTest.cpp', |
| 3824 'input/EventHandlerTest.cpp', | 3823 'input/EventHandlerTest.cpp', |
| 3825 'layout/ImageQualityControllerTest.cpp', | 3824 'layout/ImageQualityControllerTest.cpp', |
| 3826 'layout/LayoutBlockTest.cpp', | 3825 'layout/LayoutBlockTest.cpp', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 3856 'style/OutlineValueTest.cpp', | 3855 'style/OutlineValueTest.cpp', |
| 3857 'style/SVGComputedStyleTest.cpp', | 3856 'style/SVGComputedStyleTest.cpp', |
| 3858 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3857 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3859 'testing/PrivateScriptTestTest.cpp', | 3858 'testing/PrivateScriptTestTest.cpp', |
| 3860 'timing/MemoryInfoTest.cpp', | 3859 'timing/MemoryInfoTest.cpp', |
| 3861 'workers/WorkerThreadTest.cpp', | 3860 'workers/WorkerThreadTest.cpp', |
| 3862 'xml/parser/SharedBufferReaderTest.cpp', | 3861 'xml/parser/SharedBufferReaderTest.cpp', |
| 3863 ], | 3862 ], |
| 3864 } | 3863 } |
| 3865 } | 3864 } |
| OLD | NEW |