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 3983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3994 'html/HTMLImageElementTest.cpp', | 3994 'html/HTMLImageElementTest.cpp', |
3995 'html/HTMLInputElementTest.cpp', | 3995 'html/HTMLInputElementTest.cpp', |
3996 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3996 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3997 'html/HTMLOutputElementTest.cpp', | 3997 'html/HTMLOutputElementTest.cpp', |
3998 'html/HTMLSelectElementTest.cpp', | 3998 'html/HTMLSelectElementTest.cpp', |
3999 'html/HTMLTableRowElementTest.cpp', | 3999 'html/HTMLTableRowElementTest.cpp', |
4000 'html/HTMLTextFormControlElementTest.cpp', | 4000 'html/HTMLTextFormControlElementTest.cpp', |
4001 'html/HTMLVideoElementTest.cpp', | 4001 'html/HTMLVideoElementTest.cpp', |
4002 'html/LinkRelAttributeTest.cpp', | 4002 'html/LinkRelAttributeTest.cpp', |
4003 'html/TimeRangesTest.cpp', | 4003 'html/TimeRangesTest.cpp', |
4004 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', | |
4005 'html/canvas/CanvasFontCacheTest.cpp', | 4004 'html/canvas/CanvasFontCacheTest.cpp', |
4006 'html/forms/EmailInputTypeTest.cpp', | 4005 'html/forms/EmailInputTypeTest.cpp', |
4007 'html/forms/FileInputTypeTest.cpp', | 4006 'html/forms/FileInputTypeTest.cpp', |
4008 'html/forms/StepRangeTest.cpp', | 4007 'html/forms/StepRangeTest.cpp', |
4009 'html/parser/AtomicHTMLTokenTest.cpp', | 4008 'html/parser/AtomicHTMLTokenTest.cpp', |
4010 'html/parser/CompactHTMLTokenTest.cpp', | 4009 'html/parser/CompactHTMLTokenTest.cpp', |
4011 'html/parser/HTMLEntityParserTest.cpp', | 4010 'html/parser/HTMLEntityParserTest.cpp', |
4012 'html/parser/HTMLParserThreadTest.cpp', | 4011 'html/parser/HTMLParserThreadTest.cpp', |
4013 'html/parser/HTMLPreloadScannerTest.cpp', | 4012 'html/parser/HTMLPreloadScannerTest.cpp', |
4014 'html/parser/HTMLResourcePreloaderTest.cpp', | 4013 'html/parser/HTMLResourcePreloaderTest.cpp', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4067 'style/SVGComputedStyleTest.cpp', | 4066 'style/SVGComputedStyleTest.cpp', |
4068 'svg/SVGPathParserTest.cpp', | 4067 'svg/SVGPathParserTest.cpp', |
4069 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4068 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4070 'testing/PrivateScriptTestTest.cpp', | 4069 'testing/PrivateScriptTestTest.cpp', |
4071 'timing/MemoryInfoTest.cpp', | 4070 'timing/MemoryInfoTest.cpp', |
4072 'workers/WorkerThreadTest.cpp', | 4071 'workers/WorkerThreadTest.cpp', |
4073 'xml/parser/SharedBufferReaderTest.cpp', | 4072 'xml/parser/SharedBufferReaderTest.cpp', |
4074 ], | 4073 ], |
4075 } | 4074 } |
4076 } | 4075 } |
OLD | NEW |