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 3779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3790 'fileapi/FileListTest.cpp', | 3790 'fileapi/FileListTest.cpp', |
3791 'fileapi/FileTest.cpp', | 3791 'fileapi/FileTest.cpp', |
3792 'frame/ImageBitmapTest.cpp', | 3792 'frame/ImageBitmapTest.cpp', |
3793 'frame/OriginsUsingFeaturesTest.cpp', | 3793 'frame/OriginsUsingFeaturesTest.cpp', |
3794 'frame/RootFrameViewportTest.cpp', | 3794 'frame/RootFrameViewportTest.cpp', |
3795 'frame/SubresourceIntegrityTest.cpp', | 3795 'frame/SubresourceIntegrityTest.cpp', |
3796 'frame/UseCounterTest.cpp', | 3796 'frame/UseCounterTest.cpp', |
3797 'frame/csp/CSPSourceListTest.cpp', | 3797 'frame/csp/CSPSourceListTest.cpp', |
3798 'frame/csp/CSPSourceTest.cpp', | 3798 'frame/csp/CSPSourceTest.cpp', |
3799 'frame/csp/ContentSecurityPolicyTest.cpp', | 3799 'frame/csp/ContentSecurityPolicyTest.cpp', |
| 3800 'html/DOMFormDataTest.cpp', |
3800 'html/HTMLDimensionTest.cpp', | 3801 'html/HTMLDimensionTest.cpp', |
3801 'html/HTMLFormControlElementTest.cpp', | 3802 'html/HTMLFormControlElementTest.cpp', |
3802 'html/HTMLImageElementTest.cpp', | 3803 'html/HTMLImageElementTest.cpp', |
3803 'html/HTMLInputElementTest.cpp', | 3804 'html/HTMLInputElementTest.cpp', |
3804 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3805 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3805 'html/HTMLSelectElementTest.cpp', | 3806 'html/HTMLSelectElementTest.cpp', |
3806 'html/HTMLTableRowElementTest.cpp', | 3807 'html/HTMLTableRowElementTest.cpp', |
3807 'html/HTMLTextFormControlElementTest.cpp', | 3808 'html/HTMLTextFormControlElementTest.cpp', |
3808 'html/LinkRelAttributeTest.cpp', | 3809 'html/LinkRelAttributeTest.cpp', |
3809 'html/TimeRangesTest.cpp', | 3810 'html/TimeRangesTest.cpp', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3852 'style/OutlineValueTest.cpp', | 3853 'style/OutlineValueTest.cpp', |
3853 'style/SVGComputedStyleTest.cpp', | 3854 'style/SVGComputedStyleTest.cpp', |
3854 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3855 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3855 'testing/PrivateScriptTestTest.cpp', | 3856 'testing/PrivateScriptTestTest.cpp', |
3856 'timing/MemoryInfoTest.cpp', | 3857 'timing/MemoryInfoTest.cpp', |
3857 'workers/WorkerThreadTest.cpp', | 3858 'workers/WorkerThreadTest.cpp', |
3858 'xml/parser/SharedBufferReaderTest.cpp', | 3859 'xml/parser/SharedBufferReaderTest.cpp', |
3859 ], | 3860 ], |
3860 } | 3861 } |
3861 } | 3862 } |
OLD | NEW |