| 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 3472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3483 'svg/animation/SMILTimeContainer.h', | 3483 'svg/animation/SMILTimeContainer.h', |
| 3484 'svg/animation/SVGSMILElement.cpp', | 3484 'svg/animation/SVGSMILElement.cpp', |
| 3485 'svg/graphics/SVGImage.cpp', | 3485 'svg/graphics/SVGImage.cpp', |
| 3486 'svg/graphics/SVGImage.h', | 3486 'svg/graphics/SVGImage.h', |
| 3487 'svg/graphics/SVGImageChromeClient.cpp', | 3487 'svg/graphics/SVGImageChromeClient.cpp', |
| 3488 'svg/graphics/SVGImageChromeClient.h', | 3488 'svg/graphics/SVGImageChromeClient.h', |
| 3489 'svg/graphics/SVGImageForContainer.cpp', | 3489 'svg/graphics/SVGImageForContainer.cpp', |
| 3490 'svg/graphics/SVGImageForContainer.h', | 3490 'svg/graphics/SVGImageForContainer.h', |
| 3491 'svg/graphics/filters/SVGFEImage.cpp', | 3491 'svg/graphics/filters/SVGFEImage.cpp', |
| 3492 'svg/graphics/filters/SVGFEImage.h', | 3492 'svg/graphics/filters/SVGFEImage.h', |
| 3493 'svg/graphics/filters/SVGFilter.cpp', | |
| 3494 'svg/graphics/filters/SVGFilter.h', | |
| 3495 'svg/graphics/filters/SVGFilterBuilder.cpp', | 3493 'svg/graphics/filters/SVGFilterBuilder.cpp', |
| 3496 'svg/graphics/filters/SVGFilterBuilder.h', | 3494 'svg/graphics/filters/SVGFilterBuilder.h', |
| 3497 'svg/properties/SVGAnimatedProperty.cpp', | 3495 'svg/properties/SVGAnimatedProperty.cpp', |
| 3498 'svg/properties/SVGPropertyTearOff.cpp', | 3496 'svg/properties/SVGPropertyTearOff.cpp', |
| 3499 ], | 3497 ], |
| 3500 'core_dictionary_idl_files': [ | 3498 'core_dictionary_idl_files': [ |
| 3501 'animation/KeyframeEffectOptions.idl', | 3499 'animation/KeyframeEffectOptions.idl', |
| 3502 'animation/ComputedTimingProperties.idl', | 3500 'animation/ComputedTimingProperties.idl', |
| 3503 'css/FontFaceDescriptors.idl', | 3501 'css/FontFaceDescriptors.idl', |
| 3504 'css/FontFaceSetLoadEventInit.idl', | 3502 'css/FontFaceSetLoadEventInit.idl', |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3874 'style/OutlineValueTest.cpp', | 3872 'style/OutlineValueTest.cpp', |
| 3875 'style/SVGComputedStyleTest.cpp', | 3873 'style/SVGComputedStyleTest.cpp', |
| 3876 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3874 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3877 'testing/PrivateScriptTestTest.cpp', | 3875 'testing/PrivateScriptTestTest.cpp', |
| 3878 'timing/MemoryInfoTest.cpp', | 3876 'timing/MemoryInfoTest.cpp', |
| 3879 'workers/WorkerThreadTest.cpp', | 3877 'workers/WorkerThreadTest.cpp', |
| 3880 'xml/parser/SharedBufferReaderTest.cpp', | 3878 'xml/parser/SharedBufferReaderTest.cpp', |
| 3881 ], | 3879 ], |
| 3882 } | 3880 } |
| 3883 } | 3881 } |
| OLD | NEW |