| 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/AnimationEffect.idl', | 6 'animation/AnimationEffect.idl', |
| 7 'animation/AnimationPlayer.idl', | 7 'animation/AnimationPlayer.idl', |
| 8 'animation/AnimationTimeline.idl', | 8 'animation/AnimationTimeline.idl', |
| 9 'animation/TimedItem.idl', | 9 'animation/TimedItem.idl', |
| 10 'animation/Timing.idl', | 10 'animation/Timing.idl', |
| (...skipping 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1331 'loader/FrameLoadRequest.h', | 1331 'loader/FrameLoadRequest.h', |
| 1332 'loader/FrameLoader.cpp', | 1332 'loader/FrameLoader.cpp', |
| 1333 'loader/FrameLoaderStateMachine.cpp', | 1333 'loader/FrameLoaderStateMachine.cpp', |
| 1334 'loader/HistoryItem.cpp', | 1334 'loader/HistoryItem.cpp', |
| 1335 'loader/HistoryItem.h', | 1335 'loader/HistoryItem.h', |
| 1336 'loader/ImageLoader.cpp', | 1336 'loader/ImageLoader.cpp', |
| 1337 'loader/ImageLoader.h', | 1337 'loader/ImageLoader.h', |
| 1338 'loader/LinkLoader.cpp', | 1338 'loader/LinkLoader.cpp', |
| 1339 'loader/LinkLoader.h', | 1339 'loader/LinkLoader.h', |
| 1340 'loader/LinkLoaderClient.h', | 1340 'loader/LinkLoaderClient.h', |
| 1341 'loader/ManifestLoader.cpp', |
| 1342 'loader/ManifestLoader.h', |
| 1341 'loader/MixedContentChecker.cpp', | 1343 'loader/MixedContentChecker.cpp', |
| 1342 'loader/MixedContentChecker.h', | 1344 'loader/MixedContentChecker.h', |
| 1343 'loader/NavigationAction.cpp', | 1345 'loader/NavigationAction.cpp', |
| 1344 'loader/NavigationAction.h', | 1346 'loader/NavigationAction.h', |
| 1345 'loader/NavigationPolicy.cpp', | 1347 'loader/NavigationPolicy.cpp', |
| 1346 'loader/NavigationPolicy.h', | 1348 'loader/NavigationPolicy.h', |
| 1347 'loader/NavigationScheduler.cpp', | 1349 'loader/NavigationScheduler.cpp', |
| 1348 'loader/PingLoader.cpp', | 1350 'loader/PingLoader.cpp', |
| 1349 'loader/PingLoader.h', | 1351 'loader/PingLoader.h', |
| 1350 'loader/PrerenderHandle.cpp', | 1352 'loader/PrerenderHandle.cpp', |
| (...skipping 2026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3377 'fetch/ResourceFetcherTest.cpp', | 3379 'fetch/ResourceFetcherTest.cpp', |
| 3378 'frame/ImageBitmapTest.cpp', | 3380 'frame/ImageBitmapTest.cpp', |
| 3379 'html/HTMLDimensionTest.cpp', | 3381 'html/HTMLDimensionTest.cpp', |
| 3380 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3382 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3381 'html/LinkRelAttributeTest.cpp', | 3383 'html/LinkRelAttributeTest.cpp', |
| 3382 'html/TimeRangesTest.cpp', | 3384 'html/TimeRangesTest.cpp', |
| 3383 'html/parser/HTMLParserThreadTest.cpp', | 3385 'html/parser/HTMLParserThreadTest.cpp', |
| 3384 'html/parser/HTMLSrcsetParserTest.cpp', | 3386 'html/parser/HTMLSrcsetParserTest.cpp', |
| 3385 'html/track/vtt/BufferedLineReaderTest.cpp', | 3387 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3386 'html/track/vtt/VTTScannerTest.cpp', | 3388 'html/track/vtt/VTTScannerTest.cpp', |
| 3389 'loader/ManifestLoaderTest.cpp', |
| 3387 'loader/MixedContentCheckerTest.cpp', | 3390 'loader/MixedContentCheckerTest.cpp', |
| 3388 'rendering/RenderOverflowTest.cpp', | 3391 'rendering/RenderOverflowTest.cpp', |
| 3389 'rendering/shapes/BoxShapeTest.cpp', | 3392 'rendering/shapes/BoxShapeTest.cpp', |
| 3390 'testing/UnitTestHelpers.cpp', | 3393 'testing/UnitTestHelpers.cpp', |
| 3391 'testing/UnitTestHelpers.h', | 3394 'testing/UnitTestHelpers.h', |
| 3392 'xml/parser/SharedBufferReaderTest.cpp', | 3395 'xml/parser/SharedBufferReaderTest.cpp', |
| 3393 ], | 3396 ], |
| 3394 } | 3397 } |
| 3395 } | 3398 } |
| OLD | NEW |