| 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 3757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3768 'html/HTMLInputElementTest.cpp', | 3768 'html/HTMLInputElementTest.cpp', |
| 3769 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3769 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3770 'html/HTMLSelectElementTest.cpp', | 3770 'html/HTMLSelectElementTest.cpp', |
| 3771 'html/HTMLTextFormControlElementTest.cpp', | 3771 'html/HTMLTextFormControlElementTest.cpp', |
| 3772 'html/LinkRelAttributeTest.cpp', | 3772 'html/LinkRelAttributeTest.cpp', |
| 3773 'html/TimeRangesTest.cpp', | 3773 'html/TimeRangesTest.cpp', |
| 3774 'html/canvas/CanvasFontCacheTest.cpp', | 3774 'html/canvas/CanvasFontCacheTest.cpp', |
| 3775 'html/forms/FileInputTypeTest.cpp', | 3775 'html/forms/FileInputTypeTest.cpp', |
| 3776 'html/parser/HTMLParserThreadTest.cpp', | 3776 'html/parser/HTMLParserThreadTest.cpp', |
| 3777 'html/parser/HTMLPreloadScannerTest.cpp', | 3777 'html/parser/HTMLPreloadScannerTest.cpp', |
| 3778 'html/parser/HTMLResourcePreloaderTest.cpp', |
| 3778 'html/parser/HTMLSrcsetParserTest.cpp', | 3779 'html/parser/HTMLSrcsetParserTest.cpp', |
| 3779 'html/track/vtt/BufferedLineReaderTest.cpp', | 3780 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3780 'html/track/vtt/VTTScannerTest.cpp', | 3781 'html/track/vtt/VTTScannerTest.cpp', |
| 3781 'input/EventHandlerTest.cpp', | 3782 'input/EventHandlerTest.cpp', |
| 3782 'layout/ImageQualityControllerTest.cpp', | 3783 'layout/ImageQualityControllerTest.cpp', |
| 3783 'layout/LayoutBlockTest.cpp', | 3784 'layout/LayoutBlockTest.cpp', |
| 3784 'layout/LayoutInlineTest.cpp', | 3785 'layout/LayoutInlineTest.cpp', |
| 3785 'layout/LayoutMenuListTest.cpp', | 3786 'layout/LayoutMenuListTest.cpp', |
| 3786 'layout/LayoutMultiColumnFlowThreadTest.cpp', | 3787 'layout/LayoutMultiColumnFlowThreadTest.cpp', |
| 3787 'layout/LayoutObjectTest.cpp', | 3788 'layout/LayoutObjectTest.cpp', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 3814 'style/OutlineValueTest.cpp', | 3815 'style/OutlineValueTest.cpp', |
| 3815 'style/SVGComputedStyleTest.cpp', | 3816 'style/SVGComputedStyleTest.cpp', |
| 3816 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3817 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3817 'testing/PrivateScriptTestTest.cpp', | 3818 'testing/PrivateScriptTestTest.cpp', |
| 3818 'timing/MemoryInfoTest.cpp', | 3819 'timing/MemoryInfoTest.cpp', |
| 3819 'workers/WorkerThreadTest.cpp', | 3820 'workers/WorkerThreadTest.cpp', |
| 3820 'xml/parser/SharedBufferReaderTest.cpp', | 3821 'xml/parser/SharedBufferReaderTest.cpp', |
| 3821 ], | 3822 ], |
| 3822 } | 3823 } |
| 3823 } | 3824 } |
| OLD | NEW |