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