| 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/AnimationNode.idl', | 8 'animation/AnimationNode.idl', |
| 9 'animation/AnimationTimeline.idl', | 9 'animation/AnimationTimeline.idl', |
| 10 'animation/Timing.idl', | 10 'animation/Timing.idl', |
| (...skipping 952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 963 'editing/AppendNodeCommand.h', | 963 'editing/AppendNodeCommand.h', |
| 964 'editing/ApplyBlockElementCommand.cpp', | 964 'editing/ApplyBlockElementCommand.cpp', |
| 965 'editing/ApplyStyleCommand.cpp', | 965 'editing/ApplyStyleCommand.cpp', |
| 966 'editing/ApplyStyleCommand.h', | 966 'editing/ApplyStyleCommand.h', |
| 967 'editing/BreakBlockquoteCommand.cpp', | 967 'editing/BreakBlockquoteCommand.cpp', |
| 968 'editing/BreakBlockquoteCommand.h', | 968 'editing/BreakBlockquoteCommand.h', |
| 969 'editing/Caret.cpp', | 969 'editing/Caret.cpp', |
| 970 'editing/Caret.h', | 970 'editing/Caret.h', |
| 971 'editing/CompositeEditCommand.cpp', | 971 'editing/CompositeEditCommand.cpp', |
| 972 'editing/CompositionUnderline.h', | 972 'editing/CompositionUnderline.h', |
| 973 'editing/CompositionUnderlineRangeFilter.cpp', |
| 974 'editing/CompositionUnderlineRangeFilter.h', |
| 973 'editing/CreateLinkCommand.cpp', | 975 'editing/CreateLinkCommand.cpp', |
| 974 'editing/CreateLinkCommand.h', | 976 'editing/CreateLinkCommand.h', |
| 975 'editing/DeleteFromTextNodeCommand.cpp', | 977 'editing/DeleteFromTextNodeCommand.cpp', |
| 976 'editing/DeleteFromTextNodeCommand.h', | 978 'editing/DeleteFromTextNodeCommand.h', |
| 977 'editing/DeleteSelectionCommand.cpp', | 979 'editing/DeleteSelectionCommand.cpp', |
| 978 'editing/EditCommand.cpp', | 980 'editing/EditCommand.cpp', |
| 979 'editing/EditingBehavior.cpp', | 981 'editing/EditingBehavior.cpp', |
| 980 'editing/EditingBehavior.h', | 982 'editing/EditingBehavior.h', |
| 981 'editing/EditingStyle.cpp', | 983 'editing/EditingStyle.cpp', |
| 982 'editing/Editor.cpp', | 984 'editing/Editor.cpp', |
| (...skipping 2389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3372 'css/parser/SizesAttributeParserTest.cpp', | 3374 'css/parser/SizesAttributeParserTest.cpp', |
| 3373 'css/parser/MediaConditionTest.cpp', | 3375 'css/parser/MediaConditionTest.cpp', |
| 3374 'css/resolver/FontBuilderTest.cpp', | 3376 'css/resolver/FontBuilderTest.cpp', |
| 3375 'dom/ActiveDOMObjectTest.cpp', | 3377 'dom/ActiveDOMObjectTest.cpp', |
| 3376 'dom/DOMImplementationTest.cpp', | 3378 'dom/DOMImplementationTest.cpp', |
| 3377 'dom/DocumentMarkerControllerTest.cpp', | 3379 'dom/DocumentMarkerControllerTest.cpp', |
| 3378 'dom/DocumentTest.cpp', | 3380 'dom/DocumentTest.cpp', |
| 3379 'dom/MainThreadTaskRunnerTest.cpp', | 3381 'dom/MainThreadTaskRunnerTest.cpp', |
| 3380 'dom/RangeTest.cpp', | 3382 'dom/RangeTest.cpp', |
| 3381 'dom/TreeScopeTest.cpp', | 3383 'dom/TreeScopeTest.cpp', |
| 3384 'editing/CompositionUnderlineRangeFilterTest.cpp', |
| 3382 'editing/TextIteratorTest.cpp', | 3385 'editing/TextIteratorTest.cpp', |
| 3383 'editing/VisibleSelectionTest.cpp', | 3386 'editing/VisibleSelectionTest.cpp', |
| 3384 'fetch/CachingCorrectnessTest.cpp', | 3387 'fetch/CachingCorrectnessTest.cpp', |
| 3385 'fetch/ImageResourceTest.cpp', | 3388 'fetch/ImageResourceTest.cpp', |
| 3386 'fetch/MemoryCacheTest.cpp', | 3389 'fetch/MemoryCacheTest.cpp', |
| 3387 'fetch/RawResourceTest.cpp', | 3390 'fetch/RawResourceTest.cpp', |
| 3388 'fetch/ResourceFetcherTest.cpp', | 3391 'fetch/ResourceFetcherTest.cpp', |
| 3389 'frame/ImageBitmapTest.cpp', | 3392 'frame/ImageBitmapTest.cpp', |
| 3390 'html/HTMLDimensionTest.cpp', | 3393 'html/HTMLDimensionTest.cpp', |
| 3391 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3394 'html/HTMLLinkElementSizesAttributeTest.cpp', |
| 3392 'html/LinkRelAttributeTest.cpp', | 3395 'html/LinkRelAttributeTest.cpp', |
| 3393 'html/TimeRangesTest.cpp', | 3396 'html/TimeRangesTest.cpp', |
| 3394 'html/parser/HTMLParserThreadTest.cpp', | 3397 'html/parser/HTMLParserThreadTest.cpp', |
| 3395 'html/parser/HTMLSrcsetParserTest.cpp', | 3398 'html/parser/HTMLSrcsetParserTest.cpp', |
| 3396 'html/track/vtt/BufferedLineReaderTest.cpp', | 3399 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3397 'html/track/vtt/VTTScannerTest.cpp', | 3400 'html/track/vtt/VTTScannerTest.cpp', |
| 3398 'loader/MixedContentCheckerTest.cpp', | 3401 'loader/MixedContentCheckerTest.cpp', |
| 3399 'page/NetworkStateNotifierTest.cpp', | 3402 'page/NetworkStateNotifierTest.cpp', |
| 3400 'rendering/RenderOverflowTest.cpp', | 3403 'rendering/RenderOverflowTest.cpp', |
| 3401 'rendering/shapes/BoxShapeTest.cpp', | 3404 'rendering/shapes/BoxShapeTest.cpp', |
| 3402 'testing/UnitTestHelpers.cpp', | 3405 'testing/UnitTestHelpers.cpp', |
| 3403 'testing/UnitTestHelpers.h', | 3406 'testing/UnitTestHelpers.h', |
| 3404 'xml/parser/SharedBufferReaderTest.cpp', | 3407 'xml/parser/SharedBufferReaderTest.cpp', |
| 3405 ], | 3408 ], |
| 3406 } | 3409 } |
| 3407 } | 3410 } |
| OLD | NEW |