| 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 3693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3704 'svg/graphics/SVGImageChromeClient.cpp', | 3704 'svg/graphics/SVGImageChromeClient.cpp', |
| 3705 'svg/graphics/SVGImageChromeClient.h', | 3705 'svg/graphics/SVGImageChromeClient.h', |
| 3706 'svg/graphics/SVGImageForContainer.cpp', | 3706 'svg/graphics/SVGImageForContainer.cpp', |
| 3707 'svg/graphics/SVGImageForContainer.h', | 3707 'svg/graphics/SVGImageForContainer.h', |
| 3708 'svg/graphics/filters/SVGFEImage.cpp', | 3708 'svg/graphics/filters/SVGFEImage.cpp', |
| 3709 'svg/graphics/filters/SVGFEImage.h', | 3709 'svg/graphics/filters/SVGFEImage.h', |
| 3710 'svg/graphics/filters/SVGFilterBuilder.cpp', | 3710 'svg/graphics/filters/SVGFilterBuilder.cpp', |
| 3711 'svg/graphics/filters/SVGFilterBuilder.h', | 3711 'svg/graphics/filters/SVGFilterBuilder.h', |
| 3712 'svg/properties/SVGAnimatedProperty.cpp', | 3712 'svg/properties/SVGAnimatedProperty.cpp', |
| 3713 'svg/properties/SVGPropertyTearOff.cpp', | 3713 'svg/properties/SVGPropertyTearOff.cpp', |
| 3714 'svg/SVGTreeScopeResources.cpp', |
| 3715 'svg/SVGTreeScopeResources.h', |
| 3714 ], | 3716 ], |
| 3715 'core_dictionary_idl_files': [ | 3717 'core_dictionary_idl_files': [ |
| 3716 'animation/AnimationEffectTimingProperties.idl', | 3718 'animation/AnimationEffectTimingProperties.idl', |
| 3717 'animation/ComputedTimingProperties.idl', | 3719 'animation/ComputedTimingProperties.idl', |
| 3718 'animation/KeyframeEffectOptions.idl', | 3720 'animation/KeyframeEffectOptions.idl', |
| 3719 'css/FontFaceDescriptors.idl', | 3721 'css/FontFaceDescriptors.idl', |
| 3720 'css/FontFaceSetLoadEventInit.idl', | 3722 'css/FontFaceSetLoadEventInit.idl', |
| 3721 'css/MediaQueryListEventInit.idl', | 3723 'css/MediaQueryListEventInit.idl', |
| 3722 'css/cssom/CalcDictionary.idl', | 3724 'css/cssom/CalcDictionary.idl', |
| 3723 'dom/DOMPointInit.idl', | 3725 'dom/DOMPointInit.idl', |
| (...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4191 'testing/PrivateScriptTestTest.cpp', | 4193 'testing/PrivateScriptTestTest.cpp', |
| 4192 'timing/MemoryInfoTest.cpp', | 4194 'timing/MemoryInfoTest.cpp', |
| 4193 'timing/PerformanceBaseTest.cpp', | 4195 'timing/PerformanceBaseTest.cpp', |
| 4194 'timing/PerformanceObserverTest.cpp', | 4196 'timing/PerformanceObserverTest.cpp', |
| 4195 'workers/WorkerThreadTest.cpp', | 4197 'workers/WorkerThreadTest.cpp', |
| 4196 'workers/WorkerThreadTestHelper.h', | 4198 'workers/WorkerThreadTestHelper.h', |
| 4197 'xml/parser/SharedBufferReaderTest.cpp', | 4199 'xml/parser/SharedBufferReaderTest.cpp', |
| 4198 ], | 4200 ], |
| 4199 } | 4201 } |
| 4200 } | 4202 } |
| OLD | NEW |