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 3898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3909 'html/FormDataTest.cpp', | 3909 'html/FormDataTest.cpp', |
3910 'html/HTMLDimensionTest.cpp', | 3910 'html/HTMLDimensionTest.cpp', |
3911 'html/HTMLFormControlElementTest.cpp', | 3911 'html/HTMLFormControlElementTest.cpp', |
3912 'html/HTMLImageElementTest.cpp', | 3912 'html/HTMLImageElementTest.cpp', |
3913 'html/HTMLInputElementTest.cpp', | 3913 'html/HTMLInputElementTest.cpp', |
3914 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3914 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3915 'html/HTMLOutputElementTest.cpp', | 3915 'html/HTMLOutputElementTest.cpp', |
3916 'html/HTMLSelectElementTest.cpp', | 3916 'html/HTMLSelectElementTest.cpp', |
3917 'html/HTMLTableRowElementTest.cpp', | 3917 'html/HTMLTableRowElementTest.cpp', |
3918 'html/HTMLTextFormControlElementTest.cpp', | 3918 'html/HTMLTextFormControlElementTest.cpp', |
| 3919 'html/HTMLVideoElementTest.cpp', |
3919 'html/LinkRelAttributeTest.cpp', | 3920 'html/LinkRelAttributeTest.cpp', |
3920 'html/TimeRangesTest.cpp', | 3921 'html/TimeRangesTest.cpp', |
3921 'html/canvas/CanvasFontCacheTest.cpp', | 3922 'html/canvas/CanvasFontCacheTest.cpp', |
3922 'html/forms/EmailInputTypeTest.cpp', | 3923 'html/forms/EmailInputTypeTest.cpp', |
3923 'html/forms/FileInputTypeTest.cpp', | 3924 'html/forms/FileInputTypeTest.cpp', |
3924 'html/forms/StepRangeTest.cpp', | 3925 'html/forms/StepRangeTest.cpp', |
3925 'html/parser/AtomicHTMLTokenTest.cpp', | 3926 'html/parser/AtomicHTMLTokenTest.cpp', |
3926 'html/parser/CompactHTMLTokenTest.cpp', | 3927 'html/parser/CompactHTMLTokenTest.cpp', |
3927 'html/parser/HTMLEntityParserTest.cpp', | 3928 'html/parser/HTMLEntityParserTest.cpp', |
3928 'html/parser/HTMLParserThreadTest.cpp', | 3929 'html/parser/HTMLParserThreadTest.cpp', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3979 'style/SVGComputedStyleTest.cpp', | 3980 'style/SVGComputedStyleTest.cpp', |
3980 'svg/SVGPathParserTest.cpp', | 3981 'svg/SVGPathParserTest.cpp', |
3981 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3982 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
3982 'testing/PrivateScriptTestTest.cpp', | 3983 'testing/PrivateScriptTestTest.cpp', |
3983 'timing/MemoryInfoTest.cpp', | 3984 'timing/MemoryInfoTest.cpp', |
3984 'workers/WorkerThreadTest.cpp', | 3985 'workers/WorkerThreadTest.cpp', |
3985 'xml/parser/SharedBufferReaderTest.cpp', | 3986 'xml/parser/SharedBufferReaderTest.cpp', |
3986 ], | 3987 ], |
3987 } | 3988 } |
3988 } | 3989 } |
OLD | NEW |