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 3917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3928 'fileapi/FileTest.cpp', | 3928 'fileapi/FileTest.cpp', |
3929 'frame/FrameViewTest.cpp', | 3929 'frame/FrameViewTest.cpp', |
3930 'frame/ImageBitmapTest.cpp', | 3930 'frame/ImageBitmapTest.cpp', |
3931 'frame/OriginsUsingFeaturesTest.cpp', | 3931 'frame/OriginsUsingFeaturesTest.cpp', |
3932 'frame/RootFrameViewportTest.cpp', | 3932 'frame/RootFrameViewportTest.cpp', |
3933 'frame/SubresourceIntegrityTest.cpp', | 3933 'frame/SubresourceIntegrityTest.cpp', |
3934 'frame/UseCounterTest.cpp', | 3934 'frame/UseCounterTest.cpp', |
3935 'frame/csp/CSPSourceListTest.cpp', | 3935 'frame/csp/CSPSourceListTest.cpp', |
3936 'frame/csp/CSPSourceTest.cpp', | 3936 'frame/csp/CSPSourceTest.cpp', |
3937 'frame/csp/ContentSecurityPolicyTest.cpp', | 3937 'frame/csp/ContentSecurityPolicyTest.cpp', |
| 3938 'html/AutoplayExperimentTest.cpp', |
3938 'html/FormDataTest.cpp', | 3939 'html/FormDataTest.cpp', |
3939 'html/HTMLDimensionTest.cpp', | 3940 'html/HTMLDimensionTest.cpp', |
3940 'html/HTMLFormControlElementTest.cpp', | 3941 'html/HTMLFormControlElementTest.cpp', |
3941 'html/HTMLImageElementTest.cpp', | 3942 'html/HTMLImageElementTest.cpp', |
3942 'html/HTMLInputElementTest.cpp', | 3943 'html/HTMLInputElementTest.cpp', |
3943 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3944 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3944 'html/HTMLOutputElementTest.cpp', | 3945 'html/HTMLOutputElementTest.cpp', |
3945 'html/HTMLSelectElementTest.cpp', | 3946 'html/HTMLSelectElementTest.cpp', |
3946 'html/HTMLTableRowElementTest.cpp', | 3947 'html/HTMLTableRowElementTest.cpp', |
3947 'html/HTMLTextFormControlElementTest.cpp', | 3948 'html/HTMLTextFormControlElementTest.cpp', |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4009 'style/SVGComputedStyleTest.cpp', | 4010 'style/SVGComputedStyleTest.cpp', |
4010 'svg/SVGPathParserTest.cpp', | 4011 'svg/SVGPathParserTest.cpp', |
4011 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4012 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4012 'testing/PrivateScriptTestTest.cpp', | 4013 'testing/PrivateScriptTestTest.cpp', |
4013 'timing/MemoryInfoTest.cpp', | 4014 'timing/MemoryInfoTest.cpp', |
4014 'workers/WorkerThreadTest.cpp', | 4015 'workers/WorkerThreadTest.cpp', |
4015 'xml/parser/SharedBufferReaderTest.cpp', | 4016 'xml/parser/SharedBufferReaderTest.cpp', |
4016 ], | 4017 ], |
4017 } | 4018 } |
4018 } | 4019 } |
OLD | NEW |