| 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 3871 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3882 'frame/ImageBitmapTest.cpp', | 3882 'frame/ImageBitmapTest.cpp', |
| 3883 'frame/OriginsUsingFeaturesTest.cpp', | 3883 'frame/OriginsUsingFeaturesTest.cpp', |
| 3884 'frame/RootFrameViewportTest.cpp', | 3884 'frame/RootFrameViewportTest.cpp', |
| 3885 'frame/SubresourceIntegrityTest.cpp', | 3885 'frame/SubresourceIntegrityTest.cpp', |
| 3886 'frame/UseCounterTest.cpp', | 3886 'frame/UseCounterTest.cpp', |
| 3887 'frame/csp/CSPSourceListTest.cpp', | 3887 'frame/csp/CSPSourceListTest.cpp', |
| 3888 'frame/csp/CSPSourceTest.cpp', | 3888 'frame/csp/CSPSourceTest.cpp', |
| 3889 'frame/csp/ContentSecurityPolicyTest.cpp', | 3889 'frame/csp/ContentSecurityPolicyTest.cpp', |
| 3890 'html/HTMLDimensionTest.cpp', | 3890 'html/HTMLDimensionTest.cpp', |
| 3891 'html/HTMLFormControlElementTest.cpp', | 3891 'html/HTMLFormControlElementTest.cpp', |
| 3892 'html/HTMLImageElementTest.cpp', |
| 3892 'html/HTMLInputElementTest.cpp', | 3893 'html/HTMLInputElementTest.cpp', |
| 3893 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3894 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3894 'html/HTMLSelectElementTest.cpp', | 3895 'html/HTMLSelectElementTest.cpp', |
| 3895 'html/HTMLTextFormControlElementTest.cpp', | 3896 'html/HTMLTextFormControlElementTest.cpp', |
| 3896 'html/LinkRelAttributeTest.cpp', | 3897 'html/LinkRelAttributeTest.cpp', |
| 3897 'html/TimeRangesTest.cpp', | 3898 'html/TimeRangesTest.cpp', |
| 3898 'html/canvas/CanvasRenderingContext2DAPITest.cpp', | 3899 'html/canvas/CanvasRenderingContext2DAPITest.cpp', |
| 3899 'html/canvas/CanvasRenderingContext2DTest.cpp', | 3900 'html/canvas/CanvasRenderingContext2DTest.cpp', |
| 3900 'html/forms/FileInputTypeTest.cpp', | 3901 'html/forms/FileInputTypeTest.cpp', |
| 3901 'html/parser/HTMLParserThreadTest.cpp', | 3902 'html/parser/HTMLParserThreadTest.cpp', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3938 'style/OutlineValueTest.cpp', | 3939 'style/OutlineValueTest.cpp', |
| 3939 'style/SVGComputedStyleTest.cpp', | 3940 'style/SVGComputedStyleTest.cpp', |
| 3940 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3941 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3941 'testing/PrivateScriptTestTest.cpp', | 3942 'testing/PrivateScriptTestTest.cpp', |
| 3942 'timing/MemoryInfoTest.cpp', | 3943 'timing/MemoryInfoTest.cpp', |
| 3943 'workers/WorkerThreadTest.cpp', | 3944 'workers/WorkerThreadTest.cpp', |
| 3944 'xml/parser/SharedBufferReaderTest.cpp', | 3945 'xml/parser/SharedBufferReaderTest.cpp', |
| 3945 ], | 3946 ], |
| 3946 } | 3947 } |
| 3947 } | 3948 } |
| OLD | NEW |