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 3364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3375 'css/parser/SizesAttributeParserTest.cpp', | 3375 'css/parser/SizesAttributeParserTest.cpp', |
3376 'css/parser/MediaConditionTest.cpp', | 3376 'css/parser/MediaConditionTest.cpp', |
3377 'css/resolver/FontBuilderTest.cpp', | 3377 'css/resolver/FontBuilderTest.cpp', |
3378 'dom/ActiveDOMObjectTest.cpp', | 3378 'dom/ActiveDOMObjectTest.cpp', |
3379 'dom/DOMImplementationTest.cpp', | 3379 'dom/DOMImplementationTest.cpp', |
3380 'dom/DocumentMarkerControllerTest.cpp', | 3380 'dom/DocumentMarkerControllerTest.cpp', |
3381 'dom/DocumentTest.cpp', | 3381 'dom/DocumentTest.cpp', |
3382 'dom/MainThreadTaskRunnerTest.cpp', | 3382 'dom/MainThreadTaskRunnerTest.cpp', |
3383 'dom/RangeTest.cpp', | 3383 'dom/RangeTest.cpp', |
3384 'dom/TreeScopeTest.cpp', | 3384 'dom/TreeScopeTest.cpp', |
| 3385 'editing/SurroundingTextTest.cpp', |
3385 'editing/TextIteratorTest.cpp', | 3386 'editing/TextIteratorTest.cpp', |
3386 'editing/VisibleSelectionTest.cpp', | 3387 'editing/VisibleSelectionTest.cpp', |
3387 'fetch/CachingCorrectnessTest.cpp', | 3388 'fetch/CachingCorrectnessTest.cpp', |
3388 'fetch/ImageResourceTest.cpp', | 3389 'fetch/ImageResourceTest.cpp', |
3389 'fetch/MemoryCacheTest.cpp', | 3390 'fetch/MemoryCacheTest.cpp', |
3390 'fetch/RawResourceTest.cpp', | 3391 'fetch/RawResourceTest.cpp', |
3391 'fetch/ResourceFetcherTest.cpp', | 3392 'fetch/ResourceFetcherTest.cpp', |
3392 'frame/ImageBitmapTest.cpp', | 3393 'frame/ImageBitmapTest.cpp', |
3393 'html/HTMLDimensionTest.cpp', | 3394 'html/HTMLDimensionTest.cpp', |
3394 'html/HTMLLinkElementSizesAttributeTest.cpp', | 3395 'html/HTMLLinkElementSizesAttributeTest.cpp', |
3395 'html/LinkRelAttributeTest.cpp', | 3396 'html/LinkRelAttributeTest.cpp', |
3396 'html/TimeRangesTest.cpp', | 3397 'html/TimeRangesTest.cpp', |
3397 'html/parser/HTMLParserThreadTest.cpp', | 3398 'html/parser/HTMLParserThreadTest.cpp', |
3398 'html/parser/HTMLSrcsetParserTest.cpp', | 3399 'html/parser/HTMLSrcsetParserTest.cpp', |
3399 'html/track/vtt/BufferedLineReaderTest.cpp', | 3400 'html/track/vtt/BufferedLineReaderTest.cpp', |
3400 'html/track/vtt/VTTScannerTest.cpp', | 3401 'html/track/vtt/VTTScannerTest.cpp', |
3401 'loader/MixedContentCheckerTest.cpp', | 3402 'loader/MixedContentCheckerTest.cpp', |
3402 'page/NetworkStateNotifierTest.cpp', | 3403 'page/NetworkStateNotifierTest.cpp', |
3403 'rendering/RenderOverflowTest.cpp', | 3404 'rendering/RenderOverflowTest.cpp', |
3404 'rendering/shapes/BoxShapeTest.cpp', | 3405 'rendering/shapes/BoxShapeTest.cpp', |
3405 'testing/UnitTestHelpers.cpp', | 3406 'testing/UnitTestHelpers.cpp', |
3406 'testing/UnitTestHelpers.h', | 3407 'testing/UnitTestHelpers.h', |
3407 'xml/parser/SharedBufferReaderTest.cpp', | 3408 'xml/parser/SharedBufferReaderTest.cpp', |
3408 ], | 3409 ], |
3409 } | 3410 } |
3410 } | 3411 } |
OLD | NEW |