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 3962 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3973 'frame/FrameViewTest.cpp', | 3973 'frame/FrameViewTest.cpp', |
3974 'frame/HistoryTest.cpp', | 3974 'frame/HistoryTest.cpp', |
3975 'frame/ImageBitmapTest.cpp', | 3975 'frame/ImageBitmapTest.cpp', |
3976 'frame/OriginsUsingFeaturesTest.cpp', | 3976 'frame/OriginsUsingFeaturesTest.cpp', |
3977 'frame/RootFrameViewportTest.cpp', | 3977 'frame/RootFrameViewportTest.cpp', |
3978 'frame/SubresourceIntegrityTest.cpp', | 3978 'frame/SubresourceIntegrityTest.cpp', |
3979 'frame/UseCounterTest.cpp', | 3979 'frame/UseCounterTest.cpp', |
3980 'frame/csp/CSPSourceListTest.cpp', | 3980 'frame/csp/CSPSourceListTest.cpp', |
3981 'frame/csp/CSPSourceTest.cpp', | 3981 'frame/csp/CSPSourceTest.cpp', |
3982 'frame/csp/ContentSecurityPolicyTest.cpp', | 3982 'frame/csp/ContentSecurityPolicyTest.cpp', |
| 3983 'html/AutoplayExperimentTest.cpp', |
3983 'html/FormDataTest.cpp', | 3984 'html/FormDataTest.cpp', |
3984 'html/HTMLDimensionTest.cpp', | 3985 'html/HTMLDimensionTest.cpp', |
3985 'html/HTMLFormControlElementTest.cpp', | 3986 'html/HTMLFormControlElementTest.cpp', |
3986 'html/HTMLImageElementTest.cpp', | 3987 'html/HTMLImageElementTest.cpp', |
3987 'html/HTMLInputElementTest.cpp', | 3988 'html/HTMLInputElementTest.cpp', |
3988 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3989 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3989 'html/HTMLOutputElementTest.cpp', | 3990 'html/HTMLOutputElementTest.cpp', |
3990 'html/HTMLSelectElementTest.cpp', | 3991 'html/HTMLSelectElementTest.cpp', |
3991 'html/HTMLTableRowElementTest.cpp', | 3992 'html/HTMLTableRowElementTest.cpp', |
3992 'html/HTMLTextFormControlElementTest.cpp', | 3993 'html/HTMLTextFormControlElementTest.cpp', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4064 'style/SVGComputedStyleTest.cpp', | 4065 'style/SVGComputedStyleTest.cpp', |
4065 'svg/SVGPathParserTest.cpp', | 4066 'svg/SVGPathParserTest.cpp', |
4066 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4067 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4067 'testing/PrivateScriptTestTest.cpp', | 4068 'testing/PrivateScriptTestTest.cpp', |
4068 'timing/MemoryInfoTest.cpp', | 4069 'timing/MemoryInfoTest.cpp', |
4069 'workers/WorkerThreadTest.cpp', | 4070 'workers/WorkerThreadTest.cpp', |
4070 'xml/parser/SharedBufferReaderTest.cpp', | 4071 'xml/parser/SharedBufferReaderTest.cpp', |
4071 ], | 4072 ], |
4072 } | 4073 } |
4073 } | 4074 } |
OLD | NEW |