| 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/Player.idl', | 6 'animation/Player.idl', |
| 7 'animation/TimedItem.idl', | 7 'animation/TimedItem.idl', |
| 8 'css/CSS.idl', | 8 'css/CSS.idl', |
| 9 'css/CSSCharsetRule.idl', | 9 'css/CSSCharsetRule.idl', |
| 10 'css/CSSFontFaceLoadEvent.idl', | 10 'css/CSSFontFaceLoadEvent.idl', |
| (...skipping 3234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3245 'animation/AnimationTranslationUtilTest.cpp', | 3245 'animation/AnimationTranslationUtilTest.cpp', |
| 3246 'animation/DocumentTimelineTest.cpp', | 3246 'animation/DocumentTimelineTest.cpp', |
| 3247 'animation/ElementAnimationTest.cpp', | 3247 'animation/ElementAnimationTest.cpp', |
| 3248 'animation/KeyframeEffectModelTest.cpp', | 3248 'animation/KeyframeEffectModelTest.cpp', |
| 3249 'animation/PlayerTest.cpp', | 3249 'animation/PlayerTest.cpp', |
| 3250 'animation/TimedItemCalculationsTest.cpp', | 3250 'animation/TimedItemCalculationsTest.cpp', |
| 3251 'animation/TimedItemTest.cpp', | 3251 'animation/TimedItemTest.cpp', |
| 3252 'css/CSSParserValuesTest.cpp', | 3252 'css/CSSParserValuesTest.cpp', |
| 3253 'css/CSSCalculationValueTest.cpp', | 3253 'css/CSSCalculationValueTest.cpp', |
| 3254 'css/CSSValueTestHelper.h', | 3254 'css/CSSValueTestHelper.h', |
| 3255 'css/parser/BisonCSSParserTest.cpp', |
| 3255 'dom/DocumentMarkerControllerTest.cpp', | 3256 'dom/DocumentMarkerControllerTest.cpp', |
| 3256 'dom/DocumentTest.cpp', | 3257 'dom/DocumentTest.cpp', |
| 3257 'editing/TextIteratorTest.cpp', | 3258 'editing/TextIteratorTest.cpp', |
| 3258 'dom/DOMImplementationTest.cpp', | 3259 'dom/DOMImplementationTest.cpp', |
| 3259 'dom/MainThreadTaskRunnerTest.cpp', | 3260 'dom/MainThreadTaskRunnerTest.cpp', |
| 3260 'fetch/ImageResourceTest.cpp', | 3261 'fetch/ImageResourceTest.cpp', |
| 3261 'fetch/MemoryCacheTest.cpp', | 3262 'fetch/MemoryCacheTest.cpp', |
| 3262 'fetch/RawResourceTest.cpp', | 3263 'fetch/RawResourceTest.cpp', |
| 3263 'fetch/ResourceFetcherTest.cpp', | 3264 'fetch/ResourceFetcherTest.cpp', |
| 3264 'html/HTMLDimensionTest.cpp', | 3265 'html/HTMLDimensionTest.cpp', |
| 3265 'html/LinkRelAttributeTest.cpp', | 3266 'html/LinkRelAttributeTest.cpp', |
| 3266 'html/TimeRangesTest.cpp', | 3267 'html/TimeRangesTest.cpp', |
| 3267 'html/track/vtt/BufferedLineReaderTest.cpp', | 3268 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3268 'html/track/vtt/VTTScannerTest.cpp', | 3269 'html/track/vtt/VTTScannerTest.cpp', |
| 3269 'frame/ImageBitmapTest.cpp', | 3270 'frame/ImageBitmapTest.cpp', |
| 3270 'rendering/RenderOverflowTest.cpp', | 3271 'rendering/RenderOverflowTest.cpp', |
| 3271 'rendering/shapes/BoxShapeTest.cpp', | 3272 'rendering/shapes/BoxShapeTest.cpp', |
| 3272 'testing/UnitTestHelpers.h', | 3273 'testing/UnitTestHelpers.h', |
| 3273 'testing/UnitTestHelpers.cpp', | 3274 'testing/UnitTestHelpers.cpp', |
| 3274 ], | 3275 ], |
| 3275 } | 3276 } |
| 3276 } | 3277 } |
| OLD | NEW |