| 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 3974 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3985 'html/HTMLImageElementTest.cpp', | 3985 'html/HTMLImageElementTest.cpp', |
| 3986 'html/HTMLInputElementTest.cpp', | 3986 'html/HTMLInputElementTest.cpp', |
| 3987 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3987 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3988 'html/HTMLOutputElementTest.cpp', | 3988 'html/HTMLOutputElementTest.cpp', |
| 3989 'html/HTMLSelectElementTest.cpp', | 3989 'html/HTMLSelectElementTest.cpp', |
| 3990 'html/HTMLTableRowElementTest.cpp', | 3990 'html/HTMLTableRowElementTest.cpp', |
| 3991 'html/HTMLTextFormControlElementTest.cpp', | 3991 'html/HTMLTextFormControlElementTest.cpp', |
| 3992 'html/HTMLVideoElementTest.cpp', | 3992 'html/HTMLVideoElementTest.cpp', |
| 3993 'html/LinkRelAttributeTest.cpp', | 3993 'html/LinkRelAttributeTest.cpp', |
| 3994 'html/TimeRangesTest.cpp', | 3994 'html/TimeRangesTest.cpp', |
| 3995 'html/canvas/CanvasAsyncBlobCreatorTest.cpp', | |
| 3996 'html/canvas/CanvasFontCacheTest.cpp', | 3995 'html/canvas/CanvasFontCacheTest.cpp', |
| 3997 'html/forms/EmailInputTypeTest.cpp', | 3996 'html/forms/EmailInputTypeTest.cpp', |
| 3998 'html/forms/FileInputTypeTest.cpp', | 3997 'html/forms/FileInputTypeTest.cpp', |
| 3999 'html/forms/StepRangeTest.cpp', | 3998 'html/forms/StepRangeTest.cpp', |
| 4000 'html/parser/AtomicHTMLTokenTest.cpp', | 3999 'html/parser/AtomicHTMLTokenTest.cpp', |
| 4001 'html/parser/CompactHTMLTokenTest.cpp', | 4000 'html/parser/CompactHTMLTokenTest.cpp', |
| 4002 'html/parser/HTMLEntityParserTest.cpp', | 4001 'html/parser/HTMLEntityParserTest.cpp', |
| 4003 'html/parser/HTMLParserThreadTest.cpp', | 4002 'html/parser/HTMLParserThreadTest.cpp', |
| 4004 'html/parser/HTMLPreloadScannerTest.cpp', | 4003 'html/parser/HTMLPreloadScannerTest.cpp', |
| 4005 'html/parser/HTMLResourcePreloaderTest.cpp', | 4004 'html/parser/HTMLResourcePreloaderTest.cpp', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4056 'style/SVGComputedStyleTest.cpp', | 4055 'style/SVGComputedStyleTest.cpp', |
| 4057 'svg/SVGPathParserTest.cpp', | 4056 'svg/SVGPathParserTest.cpp', |
| 4058 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4057 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4059 'testing/PrivateScriptTestTest.cpp', | 4058 'testing/PrivateScriptTestTest.cpp', |
| 4060 'timing/MemoryInfoTest.cpp', | 4059 'timing/MemoryInfoTest.cpp', |
| 4061 'workers/WorkerThreadTest.cpp', | 4060 'workers/WorkerThreadTest.cpp', |
| 4062 'xml/parser/SharedBufferReaderTest.cpp', | 4061 'xml/parser/SharedBufferReaderTest.cpp', |
| 4063 ], | 4062 ], |
| 4064 } | 4063 } |
| 4065 } | 4064 } |
| OLD | NEW |