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