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 3944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3955 'html/HTMLImageElementTest.cpp', | 3955 'html/HTMLImageElementTest.cpp', |
3956 'html/HTMLInputElementTest.cpp', | 3956 'html/HTMLInputElementTest.cpp', |
3957 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3957 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3958 'html/HTMLOutputElementTest.cpp', | 3958 'html/HTMLOutputElementTest.cpp', |
3959 'html/HTMLSelectElementTest.cpp', | 3959 'html/HTMLSelectElementTest.cpp', |
3960 'html/HTMLTableRowElementTest.cpp', | 3960 'html/HTMLTableRowElementTest.cpp', |
3961 'html/HTMLTextFormControlElementTest.cpp', | 3961 'html/HTMLTextFormControlElementTest.cpp', |
3962 'html/HTMLVideoElementTest.cpp', | 3962 'html/HTMLVideoElementTest.cpp', |
3963 'html/LinkRelAttributeTest.cpp', | 3963 'html/LinkRelAttributeTest.cpp', |
3964 'html/TimeRangesTest.cpp', | 3964 'html/TimeRangesTest.cpp', |
3965 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', | |
3966 'html/canvas/CanvasFontCacheTest.cpp', | 3965 'html/canvas/CanvasFontCacheTest.cpp', |
3967 'html/forms/EmailInputTypeTest.cpp', | 3966 'html/forms/EmailInputTypeTest.cpp', |
3968 'html/forms/FileInputTypeTest.cpp', | 3967 'html/forms/FileInputTypeTest.cpp', |
3969 'html/forms/StepRangeTest.cpp', | 3968 'html/forms/StepRangeTest.cpp', |
3970 'html/parser/AtomicHTMLTokenTest.cpp', | 3969 'html/parser/AtomicHTMLTokenTest.cpp', |
3971 'html/parser/CompactHTMLTokenTest.cpp', | 3970 'html/parser/CompactHTMLTokenTest.cpp', |
3972 'html/parser/HTMLEntityParserTest.cpp', | 3971 'html/parser/HTMLEntityParserTest.cpp', |
3973 'html/parser/HTMLParserIdiomsTest.cpp', | 3972 'html/parser/HTMLParserIdiomsTest.cpp', |
3974 'html/parser/HTMLParserThreadTest.cpp', | 3973 'html/parser/HTMLParserThreadTest.cpp', |
3975 'html/parser/HTMLPreloadScannerTest.cpp', | 3974 'html/parser/HTMLPreloadScannerTest.cpp', |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4030 'style/SVGComputedStyleTest.cpp', | 4029 'style/SVGComputedStyleTest.cpp', |
4031 'svg/SVGPathParserTest.cpp', | 4030 'svg/SVGPathParserTest.cpp', |
4032 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4031 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4033 'testing/PrivateScriptTestTest.cpp', | 4032 'testing/PrivateScriptTestTest.cpp', |
4034 'timing/MemoryInfoTest.cpp', | 4033 'timing/MemoryInfoTest.cpp', |
4035 'workers/WorkerThreadTest.cpp', | 4034 'workers/WorkerThreadTest.cpp', |
4036 'xml/parser/SharedBufferReaderTest.cpp', | 4035 'xml/parser/SharedBufferReaderTest.cpp', |
4037 ], | 4036 ], |
4038 } | 4037 } |
4039 } | 4038 } |
OLD | NEW |