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 3881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3892 'html/FormDataTest.cpp', | 3892 'html/FormDataTest.cpp', |
3893 'html/HTMLDimensionTest.cpp', | 3893 'html/HTMLDimensionTest.cpp', |
3894 'html/HTMLFormControlElementTest.cpp', | 3894 'html/HTMLFormControlElementTest.cpp', |
3895 'html/HTMLImageElementTest.cpp', | 3895 'html/HTMLImageElementTest.cpp', |
3896 'html/HTMLInputElementTest.cpp', | 3896 'html/HTMLInputElementTest.cpp', |
3897 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3897 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3898 'html/HTMLOutputElementTest.cpp', | 3898 'html/HTMLOutputElementTest.cpp', |
3899 'html/HTMLSelectElementTest.cpp', | 3899 'html/HTMLSelectElementTest.cpp', |
3900 'html/HTMLTableRowElementTest.cpp', | 3900 'html/HTMLTableRowElementTest.cpp', |
3901 'html/HTMLTextFormControlElementTest.cpp', | 3901 'html/HTMLTextFormControlElementTest.cpp', |
| 3902 'html/HTMLVideoElementTest.cpp', |
3902 'html/LinkRelAttributeTest.cpp', | 3903 'html/LinkRelAttributeTest.cpp', |
3903 'html/TimeRangesTest.cpp', | 3904 'html/TimeRangesTest.cpp', |
3904 'html/canvas/CanvasFontCacheTest.cpp', | 3905 'html/canvas/CanvasFontCacheTest.cpp', |
3905 'html/forms/EmailInputTypeTest.cpp', | 3906 'html/forms/EmailInputTypeTest.cpp', |
3906 'html/forms/FileInputTypeTest.cpp', | 3907 'html/forms/FileInputTypeTest.cpp', |
3907 'html/forms/StepRangeTest.cpp', | 3908 'html/forms/StepRangeTest.cpp', |
3908 'html/parser/AtomicHTMLTokenTest.cpp', | 3909 'html/parser/AtomicHTMLTokenTest.cpp', |
3909 'html/parser/CompactHTMLTokenTest.cpp', | 3910 'html/parser/CompactHTMLTokenTest.cpp', |
3910 'html/parser/HTMLEntityParserTest.cpp', | 3911 'html/parser/HTMLEntityParserTest.cpp', |
3911 'html/parser/HTMLParserThreadTest.cpp', | 3912 'html/parser/HTMLParserThreadTest.cpp', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3960 'style/SVGComputedStyleTest.cpp', | 3961 'style/SVGComputedStyleTest.cpp', |
3961 'svg/SVGPathParserTest.cpp', | 3962 'svg/SVGPathParserTest.cpp', |
3962 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3963 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3963 'testing/PrivateScriptTestTest.cpp', | 3964 'testing/PrivateScriptTestTest.cpp', |
3964 'timing/MemoryInfoTest.cpp', | 3965 'timing/MemoryInfoTest.cpp', |
3965 'workers/WorkerThreadTest.cpp', | 3966 'workers/WorkerThreadTest.cpp', |
3966 'xml/parser/SharedBufferReaderTest.cpp', | 3967 'xml/parser/SharedBufferReaderTest.cpp', |
3967 ], | 3968 ], |
3968 } | 3969 } |
3969 } | 3970 } |
OLD | NEW |