| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
| 4 'core_idl_files': [ | 4 'core_idl_files': [ |
| 5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
| 6 'animation/AnimationPlayer.idl', | 6 'animation/AnimationPlayer.idl', |
| 7 'animation/TimedItem.idl', | 7 'animation/TimedItem.idl', |
| 8 'animation/Timeline.idl', | 8 'animation/Timeline.idl', |
| 9 'animation/Timing.idl', | 9 'animation/Timing.idl', |
| 10 'clipboard/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
| (...skipping 3202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3213 'svg/graphics/SVGImage.cpp', | 3213 'svg/graphics/SVGImage.cpp', |
| 3214 'svg/graphics/SVGImage.h', | 3214 'svg/graphics/SVGImage.h', |
| 3215 'svg/graphics/SVGImageForContainer.h', | 3215 'svg/graphics/SVGImageForContainer.h', |
| 3216 'svg/graphics/SVGImageForContainer.cpp', | 3216 'svg/graphics/SVGImageForContainer.cpp', |
| 3217 'svg/graphics/filters/SVGFEImage.cpp', | 3217 'svg/graphics/filters/SVGFEImage.cpp', |
| 3218 'svg/graphics/filters/SVGFEImage.h', | 3218 'svg/graphics/filters/SVGFEImage.h', |
| 3219 'svg/graphics/filters/SVGFilter.cpp', | 3219 'svg/graphics/filters/SVGFilter.cpp', |
| 3220 'svg/graphics/filters/SVGFilter.h', | 3220 'svg/graphics/filters/SVGFilter.h', |
| 3221 'svg/graphics/filters/SVGFilterBuilder.cpp', | 3221 'svg/graphics/filters/SVGFilterBuilder.cpp', |
| 3222 'svg/graphics/filters/SVGFilterBuilder.h', | 3222 'svg/graphics/filters/SVGFilterBuilder.h', |
| 3223 'svg/properties/NewSVGAnimatedProperty.cpp', | 3223 'svg/properties/SVGAnimatedProperty.cpp', |
| 3224 'svg/properties/NewSVGPropertyTearOff.cpp', | 3224 'svg/properties/SVGPropertyTearOff.cpp', |
| 3225 ], | 3225 ], |
| 3226 'webcore_testing_idl_files': [ | 3226 'webcore_testing_idl_files': [ |
| 3227 'testing/GCObservation.idl', | 3227 'testing/GCObservation.idl', |
| 3228 'testing/Internals.idl', | 3228 'testing/Internals.idl', |
| 3229 'testing/InternalProfilers.idl', | 3229 'testing/InternalProfilers.idl', |
| 3230 'testing/InternalSettings.idl', | 3230 'testing/InternalSettings.idl', |
| 3231 'testing/LayerRect.idl', | 3231 'testing/LayerRect.idl', |
| 3232 'testing/LayerRectList.idl', | 3232 'testing/LayerRectList.idl', |
| 3233 'testing/MallocStatistics.idl', | 3233 'testing/MallocStatistics.idl', |
| 3234 'testing/TypeConversions.idl', | 3234 'testing/TypeConversions.idl', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3327 'html/track/vtt/BufferedLineReaderTest.cpp', | 3327 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3328 'html/track/vtt/VTTScannerTest.cpp', | 3328 'html/track/vtt/VTTScannerTest.cpp', |
| 3329 'rendering/RenderOverflowTest.cpp', | 3329 'rendering/RenderOverflowTest.cpp', |
| 3330 'rendering/shapes/BoxShapeTest.cpp', | 3330 'rendering/shapes/BoxShapeTest.cpp', |
| 3331 'testing/UnitTestHelpers.cpp', | 3331 'testing/UnitTestHelpers.cpp', |
| 3332 'testing/UnitTestHelpers.h', | 3332 'testing/UnitTestHelpers.h', |
| 3333 'xml/parser/SharedBufferReaderTest.cpp', | 3333 'xml/parser/SharedBufferReaderTest.cpp', |
| 3334 ], | 3334 ], |
| 3335 } | 3335 } |
| 3336 } | 3336 } |
| OLD | NEW |